Is there a way to force a collection to get refreshed after an action is taken. We change statuses in the background depending on a user action by submitting a change to the SA tables, which then updates the golden record.
We would like to be able to get the collection view to then auto refresh once that change is completed in the job
Gavin BEANGSTROM
Is there a way to force a collection to get refreshed after an action is taken. We change statuses in the background depending on a user action by submitting a change to the SA tables, which then updates the golden record.
We would like to be able to get the collection view to then auto refresh once that change is completed in the job
Hello Gavin, a wait dialog has been implemented and is available for configuration since 2023.3.0. See https://www.semarchy.com/doc/semarchy-xdm/xdm/2023.3/Install/release-notes/2023.3.html#_wait_dialog_and_automatic_refresh for the releases notes notice.
I hope this helps.
Stéphanie.
- Oldest First
- Popular
- Newest First
Sorted by Oldest FirstBharat Joshi
Hello Gavin
Unfortunately, there is no way to do auto refresh you can either refresh the UI or browser
Stéphanie FOURRIER
Hello Gavin, a wait dialog has been implemented and is available for configuration since 2023.3.0. See https://www.semarchy.com/doc/semarchy-xdm/xdm/2023.3/Install/release-notes/2023.3.html#_wait_dialog_and_automatic_refresh for the releases notes notice.
I hope this helps.
Stéphanie.
Harsh OZA
Sure -
1. Top field:
Notes:
'<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Form Action Options</title> <style> body { font-family: Arial, sans-serif; margin: 40px; color: #333; /* background-color removed so no grey outer box */ } .note { background-color: #fff9c4; /* pale yellow sticky note */ border: 1px solid #f0e68c; border-radius: 8px; padding: 20px; max-width: 650px; box-shadow: 3px 3px 10px rgba(0,0,0,0.15); } .note h3 { margin-top: 0; font-size: 20px; font-weight: bold; text-transform: uppercase; } .note ul { margin-top: 12px; padding-left: 20px; } .note li { margin-bottom: 14px; } .note strong { font-weight: bold; font-size: 16px; color: #000; } .note em { color: #555; } </style> </head> <body> <div class="note"> <h3>Note</h3> <p>The following options are available in the bottom‑right corner:</p> <ul> <li> <strong>Claim Ticket</strong><br> Assigns the ticket #' || RequestNumber || ' to your user account. </li> <li> <strong>Save for Later</strong><br> Saves your progress. You can resume work on this form by navigating to <em>My Tasks > In Progress > Claim Ticket > Select the ticket > Resume</em>. </li> <li> <strong>Release</strong><br> Releases the form so that no reviewer is assigned. </li> </ul> </div> </body> </html> '2. Second code (Notes):
Since we concatenated an attribute, SemQL is used.
3. Value consistency:
The value remains exactly the same across all scenarios.
-
Extend a model with new entities or attributes
-
Data types in xDM
-
Effective date on entities
-
Search using wild cards
-
Export a model from production and import on a development environment
-
"Allow Delete" vs "Allow Removal" privileges
-
LOV label in Named Query
-
Select location on a map and save coordinates
-
Is there a way to set up a master-detail relationship on browse mode?
-
Choose Either a Stepper or A Workflow Based on The User Privileges
See all 346 topics