After Record action existing page does not refresh the Interface or grid

Hello,

I have a record action which shows "Add comment" and after completing/adding the comment details the record action should get updated to database or record. But it is not refreshing dashboard or interface. Only after page refresh page only it's refreshing but not immediately after the action submission. 

a!columnLayout(
contents: {
a!recordActionField(
actions: a!recordActionItem(
action: 'recordType!{6d2a7f52-9952-4737-bb95-d3f3a29c06ac}PIMS Project Details.actions.{4e341a40-54be-42c6-ac1e-7e52004c1fca}comment',
identifier: ri!projectDetails['recordType!{6d2a7f52-9952-4737-bb95-d3f3a29c06ac}PIMS Project Details.fields.{dedeac6d-7da7-4635-82db-b4816e2daa36}projectId']
),
style: "SIDEBAR_PRIMARY",
display: "LABEL"
),

},

Thanks,

Chiranjeevi

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to Chiranjeevi Ghantasala

    In that case, with the details we have so far I can't point what might be causing this refresh behaviour. 
    Something between interface and process is causing this. To identify the cause, if I were you, I will call the rule directly on data of grid component or simplify the interface by commenting everything else except the field under investigation and then uncomment as works again! 
    You can share with us interface structure if possible like is the record action and comment grid all in same UI, more code the better,

    or else dissect your code line by line until you achieve the desired output. All the best! 

Children
No Data