Skip to main content
July 6, 2022
Question

Interface

  • July 6, 2022
  • 9 replies
  • 0 views

Expression evaluation error at funtion

Rule!DFXH_fetchSrRequestDetsbySrid

Could not find variable rf!dfxhSrid

    9 replies

    harshitb6843
    July 6, 2022

    Inside this rule (DFXH_fetchSrRequestDetsbySrid), somewhere, you have used rf!dfxhSrid. Any variable that starts with rf! was only supported by previous versions of the Record object. 

    July 6, 2022

    What is the new version for this and how to use it?

    stefanhelzle0001
    Brainy
    July 6, 2022

    You cannot use any rf!domain values inside an expression rule. Create rule inputs and use the ri! domain. Or local variables and the local!domain.