Salesforce

Link Operations (Magic xpa 4.x)

« Go Back

Information

 
Created BySalesforce Service User
Approval Process StatusPublished
Objective
Description

Link Operations (Magic xpa 4.x)

Although the Link operation is not a procedural operation, it is a server-side operation. This means that every time a Link is recomputed, the Rich Client refers to the server to execute the new link.

Any recomputation of a Link operation requires the Rich Client module to address the server engine and fetch the new record. This means that using too many Link operations may be costly in terms of server interaction. Therefore, it is recommended that you limit use of the Link operation. In many cases you may be able to substitute the Link operation with a Data control – a selection control like a combo box that displays the value of a range field taken from a table.

You can also use an Inner Join operation instead. In this case, the operation is fetched from the database along with the Main source and sent to the Rich Client module as a single chunk of data.

Reference
Attachment 
Attachment