• Custom content - query database

    Help, please! I have a requirement that when a field is populated on an opportunity, other fields are populated on the opportunity with a related address from the populated field. The populated field is uniquely stored as an alias on the address table…
  • SSA field and on change script

    Is it possible to use an on change script with a search select advanced field? When I attempt this, I loose my SSA selection list. Based on the selection in the SSA field (which is an address record), I want to populate the value of other fields on…
  • How to use an onChange Script on a Selection list or another field to set a caption of another field?

    How can I change the caption of an field in a scree by using onChange of another field or a selection list? I have tried following code but din't work. if(this.value == 'value1'){ //alert('hahaha'); field_id.Caption = 'value2'; }
  • OnChange Script Not Working 2019 R1 OpportunityDetailBox

    Has anyone else come across the issue where OnChange Script does not work on the OpportunityDetailBox in 2019 R1? I have never had issues with this OnChange Script before. If I do a Create Script on oppo_holdreason to validate on save, it works. But…
  • Hide/Show a workflow rule field based on a checkbox

    I am trying to hide or show a date and time field based on a checkbox being ticked or not. Currently, I have the below script in OnChange for the checkbox, but it only removes the date box, not the caption or the time box. if (crm('oppo_aftercarecall…
  • Making field on screen Read Only

    I need to make a field on the screen read only when the screen is in Edit mode. I don't want to make the field read only in field level security as there are some procedures that will run that will update this field. I would like to do it on the screen…