Setting an ID type property value from workflow in FileNet

730 views Asked by At

Is it possible to set value for an ID type property from a workflow?

We have a workflow to create a date wise record folder everyday when first mail for that day is ingested in the system (IBM IER). For this we are using createRMFolder method from RM_Operations component which is OOTB component for IER.

We can set the properties for the new folder by passing them as a string array to the operation. But the issue is we need to set value for an ID type property for the newly created record date folder.

Please suggest if there is way of achieving this.

1

There are 1 answers

2
Robert Mugattarov On BEST ANSWER

You can use the bundled CE_Operations component. Specifically, you need to use the setObjectProperty method passing it the Id object.