Skip to main content
durgav0001
January 10, 2023
Question

Error: Missing domain prefix

  • January 10, 2023
  • 2 replies
  • 0 views

Hi Everyone, 

I am getting the error "Missing domain prefix" when trying to use the created expression rule to check the condition for visibility setting on a particular button.

2 replies

January 10, 2023

Hi durga, Can you please pass the name value pairs for the courseID and the empID and also please define the values as rule input or the local variables.

harshitb6843
January 10, 2023

Whay you have passed in the brackets are either keywords or the values. If they are values, then please use local! or ri! or any valid domain to which these variables belong. 

And if they are keywords, then pass the values to it. Adding the right syntax below. 

rule!yourRule(value1: local!name, value2: local!age)