Salesforce

Rich Client Data View Rules (Magic xpa 3.x)

« Go Back

Information

 
Created ByKnowledge Migration User
Approval Process StatusPublished
Objective
Description

Rich Client Data View Rules (Magic xpa 3.x)

These rules apply for the data view while testing the re-compute vectors of each variable:

  • If the recompute contains a Link operation, i.e. the variable appears in a locate condition expression of one of the link columns, then the variable will be a server-side recomputed variable.

  • The init expression of variables must be server-side for each record. Since version: 1.8 SP1

  • If the recompute contains a client-side function, i.e. the variable will appear in the init expression of another variable with a client-side function, then the variable will be a client-side recomputed variable.

  • If the variable has a Variable Change logic unit and it contains server-side operations, the variable will be a server-side recomputed variable.

  • If the variable has a Variable Change logic unit and it contains client-side operations, the variable will be a client-side recomputed variable.

  • If the recompute and the Variable Change logic unit contain only neutral functions, the variable will be neutral.

  • All operations on a variable's recompute should be either client-side or server-side.

  • OLE attributes are not available for Virtuals/Parameters in a Rich Client task.

  • OLE variables cannot be defined in a Rich Client task.

Reference
Attachment 
Attachment