Skip to main content
March 19, 2024
Question

Refresh data after related record action

  • March 19, 2024
  • 7 replies
  • 0 views

First, in the project that I am working currently we do not use the record sync, I have a case when I perform an action even though I am using the refreshVariable function and also activity chaining in process models, the interface is not refreshed without refreshing it manually. What can be the problem?

    7 replies

    davidj137213
    Brainy
    March 19, 2024

    How are you refreshinf your interface? COuld you share your code? Appian is a little bit special in this aspect (refresh interfaces)

    March 19, 2024

    davidj137213
    Brainy
    March 19, 2024

    Is the CMS_qe_getViewallDraftsByCriteria and expression rule or an interface?

    Did you try with refreshInterval in order to check if it works?

    konduruc733182
    March 19, 2024
    am working currently we do not use the record sync

    What is the Record Source? Or Is the Sync Disabled?

    March 19, 2024

    The sync is disabled

    konduruc733182
    March 19, 2024

    Then you will either have to have a separate button on the interface to refresh the local variable by refresh on referenced var change or it would be a screen refresh. Since the feature are disabled. At least this is what I am aware of. Because you are fetching your data in a local variable and it needs to refresh to get the updated data.

    mathieud0001
    March 19, 2024

    Would need to see the contents of that query rule as well as the interface calling it.