No activity log when input BOM with api_bom Respondida

Robin Feng

Hi 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

Comentarios

1 comentario

Iniciar sesión para dejar un comentario.