I need to find a way to turn off the auto-populate / adjust of the OrderRel.ReqDate that happens when OrderRel.NeedByDate changes. Any BPM I write still gets overwritten with the NeedByDate, when I need to have it calculate differently. Is this possible? I think this is base functionality, unless someone before me set it up. I don’t see it on the SalesOrder BO method directives anywhere, even though when I run a trace, it has SalesOrder as the BO and ChangeNeedByDate as the method. Is this base? Did someone before me map this somehow? How can I turn this off or stop it before it occurs, or change it after it occurs.
yes, this is possible with a DATA BPM… you can try it as an “in Trans” but sometimes intrans will get overwritten as well… I always try it intrans first before it gets written. If that doesn’t work, then you need to do it as a standard, and read the record, modify, and rewrite it, which will then “fix” the problem when it is all done.