I was wondering is it possible to assign different Canvas to different detail record page base on a field.
For example, I have a field called Steps.
I would like to have Canvas 1 show when it’s step1 and Canvas 2 for step 2.
The Canvas we have are WAY different and can’t be done using Canvas rules.
So, I tried using deluge but to no avail. These are the update tasks I tried running.
response = zoho.crm.updateRecord("Properties",propID,{"Canvas_View":"5967243000004587012"});
I also tried with all of the following.
response = zoho.crm.updateRecord("Properties",propID,{"Canvas_View":"name of canvas"});
response = zoho.crm.updateRecord("Properties",propID,{"$canvas_id":"5967243000004587012"});
response = zoho.crm.updateRecord("Properties",propID,{" canvas_view_id":"5967243000004587012"});
The issue is that they all return success.
Also doing a zoho.crm.getrecordbyid the only field I get that as to do with canvas is the following one $canvas_id and if I set an assignment rule that value is populated with the Canvas selected in that rule. But no way to change it using deluge at all.
Am I missing something.
Writer is a powerful online word processor, designed for collaborative work.