...
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpfCreateViewEntityInstanceAndPutAttrsBN (schemaName : STRING;
querySchemaName : STRING;
viewEntityName : STRING;
numberOfAttributes : INTEGER;
attrName1 : STRING;
attrValue1 : GENERIC;
...
attrNameN : STRING;
attrValueN : GENERIC)
viewEntityInstanceId : GENERIC;
|
Use this function to ....
Arguments
...
Type | Name | Comment |
STRING | schemaName | |
STRING | querySchemaName | |
STRING | viewEntityName | |
INTEGER | numberOfAttributes | |
STRING | attrName1 | |
GENERIC | attrValue1 |
Return Value
...
Type | Name | Comment |
GENERIC | viewEntityInstanceId | comments |
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|