... in order to make a change on a live system to a service user account... Especially one used by the scripts to access the database-driven website.
How?
I'm first going to highlight 2 methods which ...
... declare the parameters used by the software within the SQL script... So the above should look more like this:
-- ===============================================================================
-- ...
...
This is the code used in a workflow triggered within ZohoCRM when a Quote is created or modified:
//
// initialize
v_BooksOrgID = 123456789;
v_BooksCustomerID = 0;
m_CreateEstimate = Map();
l_CrmBillingAddress ...
... other entry does not...
This article is a start and adaptation of my previous article Convert to Proper Case in T-SQL which I had previously used for the migration of a HR system. This is intended ...
... but it is a workaround I have used and that worked when converting a lead to a deal. Note that this hack doesn't work on the system field label name (I tried) just on the length field. Use the translations ...
What?
This is a not-so-quick article that queries an eBay order and creates the relevant ZohoInventory item, contact, sales order, package slip, shipment order, invoice, payment records...
Why? ...
... I always resort to a query when I get confused with the GUI:
Query 1
Due to the limit of sub-query levels we can go down, I want to join this to the contacts data table. So I'm going to make this ...
... "Role" with the options: "user", "assistant", "system".
Add a file upload field called "Big Data"
Add a single line field called "Title" (used as a multi-line cannot be used in the listview).
Add ...
... response or response of info: try holding down the ALT key and pressing 255, then releasing the ALT key and save the change to your code. This will not display a character but is a new line...
Used ...
What?
An article on how I can query all the orders for yesterday without using the eBay GUI Selling website. I've included the code to parse out the information as well.
Why?
Because I need this ...
... and should not be used in a commercial setting.
Afro Samurai (Takashi Okazaki)
Akira (Katsuhiro Otomo)
Batman
Charlie Brown (Charles Schulz)
the Dark Crystal
Dragonball (Akira Toriyama)
Gankutsuou ...
...
// update the record (note the API name being used here)
r_Create = zoho.recruit.addRecord("CustomModule6",m_Create,0,false,"jl_recruit");
//info r_Create;
}
}
}
}
For historica ...
... of an "Attachments.csv" file that needs the correct values in each column and the "Attachments.zip" containing the files to attach that needs some formatting as well:
Note that any IDs used in the snippets ...
... value in a field, a row would be added to a subform contained herein.
How?
Well I won't go in to detail on how to add a client script, this article is just to show the snippet of code used in the ...
... There may be many ways of doing this, this is just one way that we used that worked for 90% of the invoices. There are invoices that may be associated to sales orders changed after being confirmed or ...
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 ...
... can only be the admin or the logged-in user (user who clicks on the button).
There might be an easier way to get the template ID used in CRM, but we did this by
Login to ZohoCRM > Settings > Template ...
...
Error(s:
Previously my code below was used and it wouldn't work. The difference to the above is that I was trying to add to the multi-lookup directly:
//
for each v_PackageRef in l_PackageRefs
{
//
// ...
... = r_CreateShipment.get("shipment_order").get("shipment_id");
}
}
}
//
// maybe one is either used or created
if(v_ShipmentID != "")
{
v_Url = "https://inventory.zoho.com/api/v1/shipmentorders/" ...
... , it may get confused as to where the photo came from and will error when displaying it. I think it will be fine.
Source(s)
Joel's tired and inefficient brain
The non-existent and plethora of foru ...
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.