Hi,
I need to have attributes of an entity on my portal webpage, but only in javascript, so I want to hide it from the enduser (customer)
I hoped I could use the mechanism for meta data, but when I apply the ".d none" bootstrap css class, the attribute does not disappear.
I kan make the attributes/fields disappear by changing this on the form level in CRM itself, but this causes the entire attribute/field attribute to disappear from the DOM (it does not get sent from the server at all) and I do need it (as mentioned) in my javascript.