365 Rack

Microsoft

June 23, 2020 · Microsoft

Hiding empty section on form in CRM 4.0

To hide a section where it has one or more attributes in it we can sue javascript code below to hide section crmForm.all.myfieldid.parentElement.parentElement.parentElement.parentElement.style.display = “none”; However in case…

Read more →
June 23, 2020 · Adxstudio

Logic Apps For Each loop getting attribute value

Let’s say we have a logic app which gets some data in JSON and some of the data is in array{"Name": "TestAPP","Detectors": [{"@objectType": "Detector","Name": "","DetectorType": {"@objectType": "DetectorType","Name": "Smoke"},"DetectorExpiryDate":…

Read more →