Recordtype not found in process model properties at process start form

Hi all!

While working on Exercise 10 (Process Modeling 101, Part 1) I encountered an error in an expression in process model properties at process start form. It says "Neither variable(s) nor rule(s) found: recordtype".

Therefore, I cannot publish the interface. At this stage the Process Start Form contains "AX_AddVehicle" as an interface with 'vehicle' as Rule input, 'AX Vehicle (Record Type) as type and 'vehicle' as value. In Variables section the vehicle with AX Vehicle (Record Type) is also named. So I followed the instructures as the step-by-step exercise prescribes.

What could be the problem? The recordtype definitely exists. The previous work has been done without mistakes.

Thank you. 

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    Hi, you likely have the text string "recordtype" in your interface definition somewhere, instead of an actual reference to a record type (using recordtype! as the domain). The "Neither variable(s) not rule(s) found" error means that Appian doesnt understand what you're referencing, not that the record type doesn't exist. Hope this helps! If not, try posting the code for your interface and maybe someone can spot the issue.

Reply
  • 0
    Certified Lead Developer

    Hi, you likely have the text string "recordtype" in your interface definition somewhere, instead of an actual reference to a record type (using recordtype! as the domain). The "Neither variable(s) not rule(s) found" error means that Appian doesnt understand what you're referencing, not that the record type doesn't exist. Hope this helps! If not, try posting the code for your interface and maybe someone can spot the issue.

Children