Getting Mboset from session / Getting Mboset from Memory
This is typical sometimes you need to supply attribute of newly created MBO like id field to a child object which is in Memory on save of object.
When we do getMboSet () we don't get this object because its in Memory and get Mboset get it from db via relationship
Inorder to do this you need to explicity get object from MXserver.getMboset() and then
call Add() method and save it. Now in child Mbo you will get that object.
Comments
Post a Comment