Sage 100 - ciitem updates via childhandle

SUGGESTED

Curious if you can update values using a child handle?

In our sample, we're trying to update the cIItem.SuggestedRetailPrice value for the item entered on a sales order line,

using a post-column event

Regards,

  • 0
    SUGGESTED

    I am almost certain that child handle object handles are "service" classes, i.e. _Svc not _Bus. 

    _Svc classes cannot update records, only read them.

    What you can do though is get the child handle to return the GetKey() or GetKeyPadded() method and use it in the SetKey method of your own _Bus object handle that you can get using oSession.GetObject().