xpxReadProtectedData

FUNCTION xpxReadProtectedData(instanceId                        : GENERIC;
                              readCondition                     : STRING;
                              attributeNameOrAttributeId1       : GENERIC;
                              attribute1ReadCondition           : STRING;
                              VAR  attribute1value              : GENERIC;
                              attributeNameOrAttributeId2       : GENERIC;
                              attribute2ReadCondition           : STRING;
                              attribute2value                   : GENERIC;
                              . . .
                              attributeNameOrAttributeIdN       : GENERIC;
                              attributeNReadCondition           : STRING;
                              VAR attributeNvalue               : GENERIC)
                              rstat                             : INTEGER;

This functions read the data value of the specified attribute(s) of an defined EDMprotectedData instance. The first 5 arguments are mandatory, the rest are optional. For each attribute to retrieve the value of, the 3 arguments "attributeNameOrAttributeId", "attributeReadCondition", and "attributeValue" must be specified. The  "attributeReadCondition"  can be specified as INDETERMINATE (?). The actual EDMprotectedData must have been defined with xpxREAD_ACCESS in the related xpxDefineProtectedData() operation, and the optional defined "readCondition" must be evaluated to TRUE before this operation can be successfully performed. The "readCondion" argument must evaluate to TRUE before this operation can be successfully performed. For each attribute to read the actual attribute must have been defined with xpxREAD_ACCESS, the optional defined "attributeCondition" must be evaluated to TRUE, and the optional "attributeReadCondition" argument must be evaluated to TRUE, before the actual attribute read operation can be successfully performed.

 

 

Arguments


TypeNameComment
GENERICinstanceIdcomments
STRINGreadCondition 
GENERICattributeNameOrAttributeId1optional
STRINGattribute1ReadConditionoptional
GENERICattribute1valueoptional

 

Return Value


Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_r_XPX_Return_Value'.

Options


 

Example


<Missing Example>

 

See also

Filter by label

There are no items with the selected labels at this time.

Â