Skip to main content
Amit Gomes (Kiwi Routes Limited) 님이 #Trailhead에 질문했습니다

IF( Avoid_Dealing_with__c = TRUE),

IMAGE("/resource/1664824683000/GraphicsPackNew/fatcow/farmfresh/16/cross.png"),

IF( Avoid_Dealing_with__c = FALSE),

IMAGE("/resource/1664824683000/GraphicsPackNew/fatcow/farmfresh/16/accept.png"

답변 6개
  1. 2022년 10월 3일 오후 8:08

    Sorry it was a typo in formula, please try the below

    IF

    (

    Avoid_Dealing_with__c,

    IMAGE("/resource/1664824683000/GraphicsPackNew/fatcow/farmfresh/16/cross.png", "Cross"),

    IMAGE("/resource/1664824683000/GraphicsPackNew/fatcow/farmfresh/16/accept.png", "Accept")

    )

0/9000