Layout Rule Exceptions

Layout Rule Exceptions

Layout rules are effective when creating a record manually. However, when a field used in a layout rule is updated through other ways such as workflow update, and APIs, the field update takes precedence over both these rules.

These instances are explained with further examples below:

Layout Rules - Details of the exceptions  

Example:  
You have a layout rule for the Candidates module that says,
<<If Job Location is Overseas, make the Willing to Relocate mandatory.>>

This layout rule will work when you manually create or edit a record in Zoho Recruit and update the Job Location to Overseas. However if the Job Location is updated as Overseas via the following means, Willing to Relocate will NOT be made mandatory and as a consequence, the Willing to Relocate field value will be empty.

Means of field update in Recruit

Field update details

Import

Updated on importing new candidates or overwriting existing records

Workflow rules

Updated as a result of workflow action

APIs

Updated via API updateRecords method

Mass update

Primary field used in a layout rule will not be available for mass update.


    • Related Articles

    • Layout Rule Exceptions

      Layout rules are effective on creating a record manually. However, when a field used in a layout rule is updated through other ways such as workflow update, and APIs, the field update takes precendence over both these rules. These instances are ...
    • Creating Conditional Layouts using Layout Rules

      What is a layout rule? Your recruitment data is often inter-dependent. When you are creating a record for a candidate, not all the fields in the layout are utilized. For example, if the candidate is a fresher he would not need the Previous Experience ...
    • Responses & Exceptions - C# SDK

      APIResponse, BulkAPIResponse and FileAPIResponse are the wrapper objects for Zoho CRM APIs’ responses. All API calling methods would return one of these two objects. A method-seeking entity would return  APIResponse  object, whereas a method-seeking ...
    • Responses & Exceptions - Python SDK

      APIResponse, BulkAPIResponse and FileAPIResponse are the wrapper objects for Zoho CRM APIs’ responses. All API calling methods would return one of these three objects. A method-seeking entity would return APIResponse object, whereas a method-seeking ...
    • Responses & Exceptions - Java SDK

      APIResponse, BulkAPIResponse and FileAPIResponse are the wrapper objects for Zoho CRM APIs’ responses. All API calling methods would return one of these three objects. A method-seeking entity would return APIResponse object, whereas a method-seeking ...