You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Trigger Global Function during New Item Request (NIR)

edited Jul 30, 2024 6:10AM in Product Master Data Management

Summary:

I am trying to trigger a Global Function at the end of an NIR; as soon as the NIR is approved the Global Function should be triggered.

I have tried to use a Product Ruls like this one (Type: Validation, Association Type: Item class):

IF ([Item].[Item Basic].[Approval Status] == "Approved"

Validation Condition: InvokeGlobalFunction("XYZ", [Item].[Item Basic].[Item])

or even an IF condition like

changed([Item].[Item Basic].[Approval Status])

But these rules aren't firing, i.e. the Global Function isn't triggered.

I have also tried to trigger directly in the Application Composer using Server Scripts in the Standard Objects but there is no Standard Object for NIRs.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!