Extend the built in rules by adding lines
SBOMAster
Hello
I need help with extanding the built in rules.
By using the perDefined example I can start a new docomenu and copy the Business partner Code.
In addition to I want to add a pre defined item with the quantity of 10.
Doe's anyone have an example os how to aceess the lines?
The rule is VBCode
Thank
Haim Rubin
Anders Olsson
Hello Haim,
Dim matrix As Matrix = Matrix.GetFromUID(form, "38")
matrix.SetValue("1", 0, "AAA")
matrix.SetValue("11", 0, "10")
Regards,
Anders
0
Please sign in to leave a comment.
Comments
0 comments