No activity log when input BOM with api_bom
RespondidaHi Boyum team,
I can see the BOM activity log, when edit it in beas screen.
But I can't see it, if I use beas script api_bom to input BOM from the 3rd PLM system.
After launch below test script, I see nothing in activity log (table: BEAS_AENDERUNG)
//==============================
// Add BOM
declare=bom=ue_api_bom
bom=load_or_new=Item_101
bom=addline
bom=art1_id=RM-B-000
bom=menge_je=1
bom=menge_verbrauch=3
bom=INPUT_QTY=3
bom=update
destroy=bom
// Update BOM
declare=bom=ue_api_bom
bom=getbykey=Item_101
bom=goto_pos=10
bom=art1_id=RM-B-000
bom=menge_je=1
bom=menge_verbrauch=3
bom=INPUT_QTY=6
bom=update
destroy=bom
//==============================
BR
Robin
-
Hello Robin,
you can use the object ue_system_tools to create an entry in table BEAS_AENDERUNG.
Further informations you can find in our online-help:
http://portal.beascloud.com/docs/help/beasscript/index.html?ue_system_tools.htm
Of course you can create a feature request to ask that this is done automatically.
Best regards, Daniel Gesk
Iniciar sesión para dejar un comentario.
Comentarios
1 comentario