Request Field Token Prefixes
All fields defined in the request header type (field group fields, custom header fields, and standard header fields) use the REQ
prefix. The following examples could use P
or VP
.
REQ.<standard header Token> REQ.DEPARTMENT_CODE REQ.P.<custom header field Token> REQ.P.BUSINESS_UNIT REQ.P.<field group Token starting with KNTA_> REQ.P.KNTA_SKILL
Fields defined in the request type use the REQD
prefix. You can also access standard header fields using the REQD
prefix. For example:
REQD.P.<custom detail field> REQD.<standard header Token>