Hi,
How can i use attributs from custom event in BPA workflow.
- in my example, it seems that the value of attribut are not available in the workflow.
- Attribut from the custom Event :
- NEW:ACTIVITY_SEQ
- NEW:CONFIGURATION_ID
- NEW:CONTRACT
- NEW:ENG_CHG_LEVEL
- NEW:HANDLING_UNIT_ID
- NEW:LINE_ITEM_NO
- NEW:LOCATION_NO
- NEW:LOT_BATCH_NO
- NEW:ORDER_NO
- NEW:PART_NO
- NEW:PICK_LIST_NO
- NEW:QTY_ASSIGNED
- NEW:RELEASE_NO
- NEW:SEQUENCE_NO
- NEW:SERIAL_NO
- NEW:WAIV_DEV_REJ_NO
- ISSUETOLOC (This is a custom attribut)
- In the Workflow debugger, i have these attributs visible
- ActivitySeq
- ConditionCode
- ConfigurationID
- Contract
- EngChgLevel
- HandlingUnitId
- LastActivityDate
- LineItemNumber
- LocationNo
- LotBatchNo
- OrderNo
- OrigQtyAssigned
- PartNo
- PickListNo
- QtyAssigned
- ReleaseNo
- SequenceNumber
- SerialNo
- WaivDevRejNo
- Contract (second time in the list)
- OrderNo (second time in the list)
- PickListNo (second time in the list)
- ReleaseNo (second time in the list)
- SequenceNo (second time in the list)
- I try to use a projection using this variable but it seems that all values are empty
Can you tell me if :
- the list of variable in the debug event are the NEW or OLD attribut of the event
- the list of variable in the debug event contains the custom event custom attribut
- How to check the contains of the event attribut inside the workflow
Best regards