Martin Heigl
- Total activity 989
- Last activity
- Member since
- Following 0 users
- Followed by 11 users
- Votes 62
- Subscriptions 388
Comments
Recent activity by Martin Heigl-
Hi Donato, a small trick can help: First we must catch the event. WindowEvent not available. But the click on "all provide"This element has 3 objects (you see it in debug window if mouse is over)Me...
-
Hi Fabio, define an UDF in Configuration Wizzard You can see this field in QC Inspection Plan and QC Order
-
Hi, oh sorry,SalesOrder.DocEntry is not SalesOrder.DocNumin auftragInt only the DocNum saved. We must read the correct docentry from BEAS_FTPOS.DocEntry: global function form_loadeditem.auftrag.det...
-
Hi Nate, customizing is not neededThis list support templates https://help.beascloud.com/beas/index.html?templates.htm Example: add Name from employee who is current logged in: create template For...
-
Hi, with Beas usability package or beas script this is simple to create here a beas script examplefert_fthaupt_edit.src global funciton form_loadeditem.auftrag.detailbitmap=opensalesorder()end glob...
-
Hi Robert i don't know if i'm understanding this correctly. create a QC plan and link to SA324 regards Martin
-
Hi Christian, do you found a solution for this?In my opinion it's possible to do this with a simple script, which is executed every x minutes Regards Martin
-
Hi Luis,I don't understand..the quality order is created after creation of receipt document. And then the bach number is always availableif you create QC order based on routing position, you can re...
-
Hi, a simple solution is possible with customizingIdea:At work order creation we create the BatchNumber and save this in this fieldIn function "getNextBatchNumber" we insert the function to read t...
-
Hi Luis, function export / import is available regards Martin