Change workflow status field from an object script trigger?

Posted by Rollbase User on 22-Aug-2010 20:07

Hi Guys, How do we change workflow status field from an object script trigger? I tried rbv_api.getIdByCode (objName, fieldName, code) on the status field, but it didn't seem to work, so I'm not sure what value to assign to the "status" field.

All Replies

Posted by Admin on 22-Aug-2010 21:59

You should try
rbf_setField (objName, id, "status", fieldValue)

Posted by Admin on 23-Aug-2010 00:22

Hi Pavel,



Thankyou. What i need to know, is what fieldValue should be: status code ("Application Taken") or status value ("application_taken") or something else?

Posted by Admin on 23-Aug-2010 15:20

Status integration code.

This thread is closed