Navigation:  PHP API (Workflow) >

Searching for the value of a form list field

Previous  Top  Next

To search for the value of the form list field, use the getEntityRelationshipValue method passing the parameters: Entity ID # in which the form belongs, relationship ID # with the entities of the list of values and the attribute ID # of the list of values entity.

 

getEntityRelationshipValue("Entity ID #", "Relationship ID #", " ID # of the attribute of the list of values entity")

 

Example for the list of values:

$value = $workflow_api->getEntityRelationshipValue("ENT01","RelationshipID", "nmtext");

Return example: Value 1