• How to re-render the "record view" of a quote after a background processing triggered by a button ?

    Hi, I am facing a problem that is maybe easy for some of you on the quote module, I created a custom button when triggered, a custom API is called a part of this API process is to reorganize the Quote Line Items My problem is the following…
  • How to render/refresh the parent module field data after add/delete relationship through subpanel.

    Hi, everyone I want to render/refresh the parent module data after add/delete relationship through subpanel. Please suggest a solution Thanks Laxmichand Saini
  • Cases Recordview sometimes not rendering for one specific user

    Without apparent pattern, one specific user (out of around 40 total) has been opening Case recordview to sometimes find that the entire "main pane" section, containing all fields as well as the edit button, have not been rendered in the browser. The entire…
  • Refresh QLI panel on Save of Quote

    We are trying to refresh QLI panel from Quote save. We have custom record.js file in Quote entity, on certain action we want render QLI panel. we used below : this.render(); this._renderHTML(); But still no luck. Is there any way to refresh QLI panel…