Hi All,
I want to show a dialog based on a checkbox.
When the job number is entered and if this box is checked, it should show a dialog box.
This works for me in the classic version with a method directive but it doesn’t in Kinetic.
A toast or middle screen dialog?
Create an event after AfterGetByID → Condition '{TableName.ColumnName}' === true
(assuming boolean) on true
→ erp-message-handler
widget.
I personally prefer toast
as it’s less invasive
@aarong Thank you.
I am just testing it out, it works on setting a specific value for Part number

But it doesn’t work with:
‘{jobhead.PartNumTrackSerialNum}’ === true
Well considering jobhead doesn’t have a field called that, it’s understandable.
1 Like
actually i created another BPM and it works on both.