• How to write php code in hbs?

    I have created a custom layout in a sidecar module "Accounts" and display a simple View "Hello World" on the screen. Now what I want to do is that I want to fetch all the accounts records from the database and display in that custom layout. I know that…
  • RE: How to fetch all records from Account Module and also updating a field value in all record

    Hi hats , Thanks for the reply. What I'm trynna do is in the campaigns module I have created a new action named Hello World and have displayed all of the campaign's data in that layout. Now what I am doing is I have added a search bar and I wanted to…