Layout Rule Exceptions

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 explained with further examples below:

Layout Rules - Details of the exceptions

Example:

You have a layout rule for the Leads module that says,

<<If Lead Source is Tradeshow, make the Emailaddress mandatory.>>

This layout rule will work when you manually create or edit a record in CRM and update the Lead Source tTradeshow. However if the Lead Source is updated as Tradeshow via the following means, Email address will NOT be made mandatory and as a consequence, the Email address field value will be empty.

Means of field update in CRMField update details
ImportUpdated on importing new leads or overwriting existing records
Workflow rulesUpdated as a result of workflow action
APIsUpdated via API updateRecords method
Mass updatePrimary field used in a layout rule will not be available for mass update.
    • Related Articles

    • 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 ...
    • 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 ...