Wanted to provide a solution to an old post on here. In our situation, when this item presented, it was a missing item from one of the float codes, specifically for updates. This is a C#, server-side method.
Under the 'new Dictionary' item list, we…
As the tilte says. We want the "Classification" property of ItemType "Document" to be hidden for a user if they are part of a specific identity.
I also want the value of "Classification" to set as "General" for these users when they search of Documents…
I need to write just write one line of AML wrapped in C# and store the ID of the item in a variable code:
Innovator inn = this.getInnovator(); string amlString= @"<AML><Item type='Document' action='get' where='item_number='MADL002828'' select='Document…
Hello All,
I'm creating a server-side method that sends an email to the Change Leader. It gets invoked " on close " in association with a Change Management workflow activity. The email should be sent only when the activity is closed, and the workflow…