Assuming important is required, the following 43 results were found.
I'm going to say Standalone Specify the Function parameters/Arguments EXACTLY as this: crmAPIRequest of data type string. IMPORTANT! It won't work if you don't include this parameter. For the code of the function this is what I did, you can eventually...
[ url: v_Endpoint1 type: GET connection: "joels_creator" ]; info r_CreatorPhoto; // // 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 =...
references specified in a previous multi-line text field l_PackageRefs = c_Appt.Associated_Package_Slips1.toList(); // // important to declare this as a list of integers l_PackagesToAdd = List:Int(); for each v_PackageRef in l_PackageRefs { // // fetch...
and procedures in place to prevent unauthorized access, disclosure, or modification of your data. That being said, it's important to note that the use and distribution of trained models may be subject to legal or ethical considerations, depending on the...
// // key here to enable inventory tracking m_CreateBooksItem.put("item_type","inventory"); // // other less important values to include re purchase information m_CreateBooksItem.put("product_type","goods"); m_CreateBooksItem.put("reorder_level",0);...
webhooks to go directly to Zoho Creator but I don't find Zoho Creator reliable when receiving and responding to webhooks. Important!: For the REST API to detect what webhooks exist, it can only detect what webhooks it initialized. If you added webhooks...
/* globals */ #my-header td, #my-container th, #my-container td, #my-footer{ color: #111; font-family: 'Lato', sans-serif !important; font-size: 10pt; font-weight:300; } .my-table{ width: 100%; margin-bottom:20px; } .my-table td, .my-table th { padding:...
/ remove once in production if(v_CountTotal >= 3) { break; } } return "Processed " + v_CountTotal + " record(s)"; Important Note: The above has a caveat in that it pushes the data from Zoho People to Zoho Analytics. It doesn't check to see if the data...
RocketTheme templates... But it's not. I'm rewriting their instructions here so that I can I do this on other websites: Important Note: On Linux (Apache), all file names and folder names are case-sensitive, so phpbb3 is NOT the same as phpBB3. Bear this...
Language Codeshttps://joellipman.com/articles/cms/joomla/language-codes.html
started developing multi-language components, it was important that I get a general idea as to what languages are abbreviated to. Usually I only write english files (en-GB) but it's not very international and narrow-minded to think only English speakers...
1.6 documentation: http://docs.joomla.org/Creating_a_profile_plugin and I want to use an example that worked for me. Important: This is for Joomla version 1.6.x+. Aim / Objective Add a field with a dropdown list. Add a button to upload an avatar (and...
you don't need all the require files and my solution may be crude, but this script works perfectly for what I had in mind. Important! There are a few concealed features of this script that I haven't made a song and dance about but are noteworthy: The...
E-Mail: Sample CheckBox: Sample SelectList: yes no Ajax Response Ready, Willing and Able Big Note: UPDATE 2012 It is important to refer to the correct mootools scripts in order for this to work. Unfortunately, clients who sign up to template providers...
add an article modal button in the Joomla Admin Panel (at time of print version 2.5.6) of your component including the all important clear button. What I found was that no one posted this solution which I found is compatible with almost any site and...
are paying for a hosting package which would allow them to have several copies of their website. Why? In my job, it is important that we have a development environment for the website/application developers, a quality assurance environment for our...
following example, I'm going to create a dropdown which selects all projects associated with a particular user. Method #1: Important! It took me two days to realize that underscores are not accepted in the type name (despite copying "custom_field.php"...
my real working product with an example. As my work was for a Personnel/HR project, and data confidentiality is somewhat important, some of the images will be censored or data changed in the example below. Add a variable (preferably to the scope of the...
1000000 Z 33554432 2000000 All Drives 67108863 3ffffff Log off and log on, or restart the computer to apply changes. Important! The above only applies to the user you are running Regedit as! (So if logged in as Admin, this hides it from the Admin, but...
first thing to do is check that your HTML form is setup to do this:...... The form above will post to itself but more importantly is the enctype="multipart/form-data" without which your file upload processing won't work. The name of the file is...
$string_formatted = preg_replace ( '/\'([^\']+)\'/e', 'stripslashes(strip_tags("$0"))', $string_formatted ); // really important to suffix the expression with 'e' $string_formatted = preg_replace ( '/\'([^\']+)\'/', '$0', $string_formatted ); Surround...