Access Link - Access the application app.product-live.com in a specific state β
Introduction β
This page describes the technical specificities of the access link that are relevant to the engineering team and not to users.
For details on the feature from a user point of view, refer to the Learning Center -> Access Link.
Internal filters β
WARNING
Filters on creationDate, updateDate, publication status and comment are not developped yet.
Sender side only (outbox) β
Only one of the following operator is allowed:
| Operators | Criteria | Description | Available |
|---|---|---|---|
withPublication | Check sent checkbox in outbox | β | |
withPublicationUpdatedSinceSent | Check updated since last sent checkbox in outbox | β | |
withAnyPublication | Check both sent and updated since last sent checkbox in outbox | β | |
withLastPublicationRejected | Check last sent in error checkbox in outbox | β | |
withoutPublication | Check never sent checkbox in outbox | β |
Receiver side only (inbox) β
Only one of the following operator is allowed:
| Operators | Criteria | Description | Available |
|---|---|---|---|
withNewSuggestion | Check new checkbox in inbox | β | |
withSuggestion | Check suggestions checkbox in inbox | β | |
withoutSuggestion | Check nothing sent checkbox in inbox | β | |
withAnySuggestion | Check both new and suggestions checkbox in inbox | β |
Common to both side β
| Operators | Criteria | Description | Available |
|---|---|---|---|
screens | list | list: a list of screen keys. | β |
screenFields | list | list: a list of screen field keys. | β |
withCommentsAssignedToMyAccount | Check assigned to my account checkbox in comments. | β | |
withCommentsAssignedToMyAPartner | Check assigned to a partner checkbox in comments. | β | |
withCommentsClosed | Check closed checkbox in comments. | β | |
withoutComments | Check none checkbox in comments. | β |
Actions β
The action are always performed after any other provided parameter is applied. (the selected table, the selected view, the selected page, etc.)
Error messages β
We use a message component to display the error message.
As any other message component, the message will be displayed for 10 seconds and then disappear.
Depending on the invalid parameter, here are the error messages:
| Invalid parameter | Error message | Cases |
|---|---|---|
account | Account {accountKey} not found | Either the provided accountKey does not exist, or the user has no access to the account |
action | Action does not exists | If no action value is provided |
action | Action {action} does not exists | If the provided action is not one of the supported : displayThread |
contextKey | Context {contextKeyValue} not found in account | Either the provided contextKey does not exist, or the context account key is not linked to the current account, or the user has no access to the context |
filters | None | Either the encoded or decoded filters are invalid or malformatted |
itemsPerPage | The number of items per page (itemsPerPage) is not valid | If the number is not a positive number |
itemsPerPage | The number of items per page (itemsPerPage) is too high (greater than 200) | If the number of items per page is higher than 200 |
page | page not found | Either the page number if not valid (not a number or negative), or the page is higher than the total number of page for the defined number of items per page |
partition | Partition {partitionKeyValue} not found | Either the partition does not exist, or the partition does not exist for the provided account, (context) or table, or the user has no access to the partition |
screen | Screen {screenKeyValue} not found | Either the screen does not exist, or the screen does not exist for the provided account, (context) or table, or the user has no access to the screen |
table | Table {tableKeyValue} not found | Either the tableKey does not exist, or the tableKey is not part of the provided accountKey or contextKey, or the user has no access to the table |
threadId | Thread id is required for action displayThread | If no thread id is provided |
threadId | Comment thread not found | Either the comment thread does not exist, or the user has no acces to it |