I find myself with Jobs created from some orders (not with the MRP, so they don’t have the same comments as the line/kit of the order).
I need to create something (BPM, customization,…) to copy the order/line/kit comments on the job itself.
I tried with some BPMs (JobEntry,GetRows, GetByID, GetList) but everyone seems not to be working (even with a simple ‘Show Message’).
The only method that seems to be called is GetDatasetForTree.
Can someone explain me why? And maybe address me with some knowledge to make this.
Yeah (cause with some code I can decide whenever to update it or not) but I need that the first time that the comment is updated is when for he first time i open the Job. Cause I don’t know if the user will modify the job or it will simply look at it and do it.
Thank you, I managed to get it to work with your solution!
I still can’t understand why the JobEntry don’t use the standard methods like GetByID, GetRows,…