Table 5505361 M365 Entity Page Link
The Entity Page Link table is intended for temporary use and to evaluate and pass linking information to the containing page (a FactBox for example). Use the fields “Entity Table Id” or “Entity Table Name” to pass the linked table. Use “Entity System Id” to pass the SystemId (or id) field of the connected entity. Use “Entity Filter” and “Secondary Entity Filter” to pass additional non entity related information/filters.
Language | Caption |
---|---|
en-US | Entity Page Link |
10
)Code[10]
Language | Caption |
---|---|
en-US | Primary Key |
100
)Integer
Language | Caption |
---|---|
en-US | Entity Table ID |
110
)Text[250]
Language | Caption |
---|---|
en-US | Entity Table Name |
120
)Guid
Language | Caption |
---|---|
en-US | Entity System ID |
130
)Text[250]
Language | Caption |
---|---|
en-US | Entity Filter |
140
)Text[250]
Language | Caption |
---|---|
en-US | Secondary Entity Filter |
500
)Boolean
Language | Caption |
---|---|
en-US | Debug |
procedure EvaluateLink(var entityRecRef: RecordRef; var entityPageLink: Record "M365 Entity Page Link"): Boolean
Use EvaluateLink() to do an evaluation of filters of an Entity Page Link instance and return the connected Entity Record Reference.
entityRecRef RecordRef
The Record Reference to contain the connected record instance.
entityPageLink Record "M365 Entity Page Link"
A filtered Entity Page Link table to evaluate.
Returns Boolean
True if evaluation was successful, false otherwise.
procedure EvaluateLink(var entityRecRef: RecordRef): Boolean
Use EvaluateLink() to do an evaluation of filters of the actual Entity Page Link instance and return the connected Entity Record Reference.
entityRecRef RecordRef
The Record Reference to contain the connected record instance.
Returns Boolean
True if evaluation was successful, false otherwise.
procedure GetEntityRecordReference(var entityRecRef: RecordRef): Boolean
Return the connected Entity Record Reference based on the last evaluation of the Entity Page Link.
entityRecRef RecordRef
The Record Reference to contain the connected record instance.
Returns Boolean
True if the previous evaluation was successful, false otherwise.
procedure GetEntityFilter(var returnEntityFilter: Text; var returnSecondaryEntityFilter: Text): Boolean
Returns any passed additional filter values based on the Filters of the Entity Page Link Table (SubPageLink).
returnEntityFilter Text
The passed entity filter.
returnSecondaryEntityFilter Text
The passed secondary entity filter.
Returns Boolean
True if the previous evaluation was successful, false otherwise.
procedure GetEntityFilter(var returnEntityFilter: Text): Boolean
Returns the passed additional filter value based on the Filter of the Entity Page Link Table (SubPageLink).
returnEntityFilter Text
The passed entity filter.
Returns Boolean
True if the previous evaluation was successful, false otherwise.
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.