... the Payment Date.
Why?
This was requested by a customer and the problem happened in that the workflow would simply not trigger when the invoice was paid. The customer had added 3 custom fields: ...
... or updateRecord.
Why?
We had a Creator app updating a CRM record which in turn had a workflow to update the Stage in Creator (so a user can change the stage in CRM and it would reflect this in the ...
... you know the code to remove this field, then you know what I mean.
In Workflow mode: add a workflow to the form whenever it is created or edited, on load of the form; I call mine "OnLoad". For Deluge ...
... this one "jl_recruit".
The Deluge code for workflow
/* *******************************************************************************
Function: void fn_AB_AssociateVacancy2Candidate(int ...
What?
This is a quick article to note down some code used in Zoho Recruit. This particular bit of code will run on a workflow when a Candidate is modified, and it tallies all the candidates belonging ...
What?
An article on one of my first client scripts for ZohoCRM. This retrieves and populates an email field based on when a contact is selected in a lookup field.
Why?
I could do a normal automation/workflow ...
... workflow which does the clever bit in Zoho Creator:
Go to Workflow > Form Workflows > New Workflow
Choose the form > Run when Created or Edited > Trigger on Successful form submission > and name it ...
... the code I use when a "Addition of a row" workflow is triggered on that subform. This makes sure I don't download it again and create a new Creator record to hold the same file but in a new record, as wel ...
... (triggers the next code snippet / workflow on user input of "calendar day select")
v_PreselectedValue = zoho.currentdate.toString("EEEE") + "" + zoho.currentdate.toString("d") + "" + zoho.currentdate.addDay(v_DateIndex).toString("MMMM");
input.Calendar_Day_Select ...
... wanted that if the status had changed to something else, the first-line agent would not be allowed to set it back to "New Lead". Automations and workflows could however (run as Administrators). Mapping ...
... off a scheduled workflow of a call/meeting
Login to ZohoCRM > Setup > Automation > Workflow Rules > Create Rule
Module is "Calls"
Rule Name can be whatever you want, I'm calling mine "Calls - Send SMS ...
... The form I have looks something like the following:
and displays as something like this:
The code
I create a workflow that when the decision box "Copy Monday to the Other Days" is clicked it ...
... to be changed as well to the new name and follow the syntax .zc-NewName-group{}].
What I have (Original)
I want to run some deluge (snippets below) every time the form loads, so I
Go to Workflows ...
What?
An article to save time where a customer wants to click a button to generate a merged document in Writer and attach it to the CRM record.
Why?
Our use-case is that we have a client who has ...
... set the param name to file (this is important)
r_CreatorPhoto.setParamName("file");
//
// upload the photo to CRM (and prevent workflows from running)
v_Endpoint2 = "https://www.zohoapis.com/crm/v2/Products/" ...
... have workflows triggered from many deltas/changes.
Why?
Some clients have referred to this as the "spinning circle of death": they load up a Creator application or change a field and there will be ...
...
In a nutshell:
[Optional]: Deactivate any workflows that this process would affect
Go to the Module Layout and drag a "Checkbox" field on to the module
We'll call ours "Processed" but it really ...
...
How?
Well as always, I'm going to cheat. My solution here was to simply repurpose a decision box field in Creator; then re-style it to look like a button; then add a workflow on click of this field. ...
... with .toLong().
Say I have an integration field on my form called "CRM Account" with field link name "Account";
Then I have a workflow on user input of the field to save this directly to the record; ...
... when using REST API v2.1 When using the REST API (even v2.0), the workflow/approval/blueprint triggers will all run by default. Set this to an empty list [] to prevent/stop CRM triggers from running any ...
We use cookies to improve your experience on our website. By browsing this website, you agree to our use of cookies. Read more about our Privacy Policy.