When we went from classic screens to kinetic web browser screens earlier in the year, we used that an a opportunity to validate any form customs. Meaning if no one asked, we didn’t recreate it. We have one on the classic screen of engineering workbench and method tracker, that takes the qty/parent and calculates the inverse. It makes more sense to see 16 pieces per material part than 0.0625 qty/parent. In attempting to recreate this form custom a few different ways, came across an event widget “calculation”.
Using a field to hold the information
However, there does not seem to be any documentation around how to format the event widget. Has anyone used this widget? Other suggestions on how to accomplish the overall request?
I think the “Initial Value” will be the QtyPer field… then in operations, you select your operator +,-,*,/ etc. depending on what you’re doing and your operand would be the field you’re doing that operation with.
So… EpBinding: ECOMtl.PiecesPerUOM_c
Initial Value: The Field you’re dividing
Operator: /
Operand: The Field you’re dividing by.
This way ended up being easier to do. The calculate widget did not seem to be very clear or to trigger. Where as, using a row update in this format, allowed for the field to update as expected based on the event trigger.