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…
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…
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…
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…
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]…