Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
Has anybody set the Pending Effectivity for the Parts in a Change Activity programmatically? I'm trying to make my way throught he JavaDoc and some code I
This one written for 9.1 version. It should work for 10.X, may be with little modification.
Since you mentioned, IBA values going to drive effectivity setting, make sure to createPendingDateEffectivity object first and use attached methods, filter changeRecords based on changeable value.
Let me know, how it goes or if you find a different way of doing it.