• Make Date Read Only if not null

    I have this datetime field that i am trying to make read only once its populated, but i cant seem to validate if its 'blank' or not. Here is my latest attempt. Thanks! if (Values('oppo_proposalduedate') === '12:00:00 AM') { readonly = false; } else…
  • Set Oppo_Targetclose readonly if another checkbox fiels is not checked in a Workflow rule ?

    Hi all, I have setup a New Opportunity workflow rule with a custom field which is a checkbox, and I want the following : If the user has checked the checkbox field, he can modify the oppo_targetclose date If the user has not checked the checkbox…
  • Make field ReadOnly when it contains a value

    I have a requirement where once the field has been populated, it should be read only. I have placed the following script in the Create Script area for the field on the screen. However, it is not working. The field is coming up as read only. However, it…
  • How to make field that retrieve value from AJAX-client script become read only?

    Hi, I make an SSA field that upon being select will use ajax client side script to get data base on SSA field link to another entity, the problems occur that I want to prevent user from changing the retrieved value but I can't use oncreate script since…