• Relate field in custom view

    Hi, We have created a custom view / dashlet which is loaded on the side of our create view to perform checks and give suggestions when creating a record of a custom module. In this dashlet I want to add a relate field so I can adjust my logic based…
  • How to fix 302 error on api call via hbs template?

    Hi, I am using ajax call in hbs template to call custom api onchange of specific dropdown. It's working fine for admin user but not working for normal user, It's showing 302 response on api call. Below is the response i am getting on onchange of…
  • How to use onchange event in hbs file ?

    Hi There, I have two drop down list in hbs template. I have to show the 2nd drop down options based on selection of 1st drop down. For ex: my 1st drop down is state and 2nd is city, On selection of state , city dropdown options should list based on…
  • Sidecar nesting partials

    Since sidecar is using handlebars I thought it wouldn't be a difficult task to create a ul/li structure with multiple levels. I was so wrong. For some reason I need to use a sidecar specific 'partial' helper that retrieves the partial that I need and…
  • How can I get value in config_override.php via js

    Hi all, I would like to get parameters in config_override.php pass into .hbs via js controller I try with this code below but doesn't work. var custom = app.lang.getAppListStrings('custom_value'); this.testData = custom; then return: [object Object]…