Please explain local!outage[recordType!Power Outage.fields.street].

 Does it means that, for local variable 'outage' the value from database is given through recordtype power outage.

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Senior Developer

    Hi, the local!outage is a local Var. In that Variable, the data is street has been passed from record. This is the syntax for the record to refer a field. If it was query rule then it would have local!outage.street directly. 

    In the above example you can see the details about it. The field has been referred here and the particular data has been returned

Reply
  • 0
    Certified Senior Developer

    Hi, the local!outage is a local Var. In that Variable, the data is street has been passed from record. This is the syntax for the record to refer a field. If it was query rule then it would have local!outage.street directly. 

    In the above example you can see the details about it. The field has been referred here and the particular data has been returned

Children
No Data