Page 1 of 1

Service Manager Parts Tab

PostPosted: Wed Mar 22, 2023 3:01 pm
by Ernst
In JIWA 721,Service manager, Parts Tab, I'm trying to change the decimals on the Userdefined field. But am batteling to get access to the grid form ....Mmmm
What code do I need to access the this grid?
Any help appreciated...:)
I'd Like to make the userfield also have decimals as per the inventory item, like the qty does..


Pic1.PNG
Pic1.PNG (40.31 KiB) Viewed 881 times

Re: Service Manager Parts Tab  Topic is solved

PostPosted: Wed Mar 22, 2023 5:17 pm
by Scott.Pearce
The attached plugin demonstrates how to:

1. Customise the column label of the UserDefinedFloat1 column.
2. Set the UserDefinedFloat1 cell decimal places to inventory decimal places.


Re: Service Manager Parts Tab

PostPosted: Thu Mar 23, 2023 10:11 am
by Ernst
Thanks Scott, thats a great solutions and works perfectly. The customer will be very happy with that.
A lot of C coding thats doing a good Job.

My Mission Impossible it to convert it into VB, so I can understand it..:)

Pic2.PNG