How to create a SBO BOM by beas script
Answeredbeas Expert,
I saw the beas API api_sbo have oProductTrees object type.
I suppose it can create SBO BOM, right?
I try to write the script below:
```
declare=oitt=ue_api_sbo
oitt=getbusinessobject=oProductTrees
oitt=TreeCode=FG-N-001
oitt=TreeType=4 //Sets item to a template tree.
oitt=items.itemcode=123
oitt=add
destroy=oitt
```
But it is not work.
Any suggestion?
BR
Robin
0
-
Official comment
Hello Robyn,
Since this is an advanced question I suggest you see the documentation and if you need more help please contact your Partner.
http://portal.beascloud.com/docs/help/beasscript/index.html
Please sign in to leave a comment.
Comments
1 comment