Advertisement
atelbor

[GRVY] Behaviours

Jan 23rd, 2023 (edited)
1,946
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /*************************/
  2. /*   GRVY - BEHAVIOURS   */
  3. /*************************/
  4.  
  5. // Limpiar un campo cuando otro cambie de valor
  6.  
  7. /************************************************************************/
  8.  
  9. // Limpiar un campo cuando otro cambie de valor
  10. if (getFieldById("customfield_17103")?.value) {            // Plataforma (Insight)
  11.     getFieldById("customfield_17102")?.setFormValue(null)  // Servicio de negocio (Insight)
  12. }
  13. /************************************/
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement