Assuming main is required, the following 36 results were found.
First-off, let me list the various formats that Zoho Creator says that public link exists. Let's say I have a field called Main_Photo and this is in a form called Portal_Listing with a report/view called Portal_Listing_Report and I have a publish key...
dynamically and in real-time. To this end, I create a field called "Audit_Change" and then I add to it our workflow with the main bit of code. For any other field that needs to update this preview, I tell it to update the "Audit_Change" field with...
details and the staff contact. I want an empty row to appear between each day in the list, so I have: Monday 03/10/2011 Main Office 09:00 17:00 Notes Monday 03/10/2011 Boss' Office 09:00 17:00 Notes Monday 03/10/2011 Stationary Cupboard 09:00 17:00...
and hopefully risk-free. How? Here's one method I used based on the services available to my client: Copy all files of your main website to another folder. Setup an FTP account to the new folder created in the previous step. Copy the database of your...
:Parameter3); The Solution To setup the call to the stored procedure for Oracle we had to do the following: We have our main report with a textbox that has the Action property: Go to Report / HouseKeepForm (our confirmation page) / With 2 parameters...
Panel Go to Extensions » Install/Uninstall » and Install the RokBridge component Make a shortcut to it in your main menu (or whatever menu) Return the RokBridge component in Joomla Admin Panel (Components > RokBridge) Specify the name of the Bridge Path...
= (EditText) f.findViewById(R.id.my_input_field); // this is the TextView to store the value in (not the AlertDialog but main xml) TextView newName = (TextView) findViewById(R.id.hangar_aircraft_001_name); // setting header text to returned input...
you can still build this over the previous example (as I did). Why? The previous article meant that the Google map was your main activity and any other activity would be a sub-activity; returning to the map activity would restart the app as a menu item,...
finally got them side by side. But the footer that has a background image was under the left and right columns... The main content layer was overlapping the footer. I tried various z-index's bearing in mind that the footer has to be behind because the...
Frontpage Item Orderinghttps://www.joellipman.com/articles/cms/joomla/frontpage-item-ordering.html
the articles in the front page (or landing page) was confusing me. The quick answer is that it is within the menu manager > main menu > menu item section of your Joomla! Admin Panel. Certain Advanced Parameters in your Menu Item called "Home" must be...
; MAIN FUNCTIONS ; ********************************************************************************************************************************************************************** UpdateMessage: ; TOTALS ThisManySeconds:=DateDiff( A_Now,...
the "Menu Assignment") Set the latitude and longitude of where the map starts Set the latitude and longitude of your main marker (HQ?) Set the HTML InfoWindow content (the popup of the marker) Swith the appropriate Overrides to "Yes" Leave blank what...
snippet of code (not tested yet!). It looks like we have to fill in the blanks and it's on the same path as we were. The main revelation was the function getEmployeesOnLeave and perhaps this can be combined with a function that gets all employees of a...
// // get source data r_QuoteDetails = zoho.crm.getRecordById("Quotes", 123456789012345678); // // transform variables for main record v_QuoteName = ifnull(r_QuoteDetails.get("Name"),"Test Quote"); if(!isNull(r_QuoteDetails.get("Contact_Name"))) {...
in this release.: Happened to me when making a GetSessionIDRequest for an Auth'n'auth process. I hadn't included the 3 main headers for auth'n'auth: app-name, dev-name, cert-name. Source(s): Joellipman.com - Zoho Creator: Push to eBay Listings eBay...
(GMT+12:00) Wake (GMT+12:00) Wallis (GMT+13:00) Enderbury (GMT+13:00) Tongatapu (GMT+14:00) Kiritimati This list has the main US ones grouped at the top so let's remove the select and optgroup tags, escape any double-quotes, and prepend/append with a...
using the sidebar on the right Click on "Done" when satisfied. Click on the left arrow/caret to return to the ZohoCRM ZIA main page Click on "Deploy to Production" Select what actions to deploy (the "Ask ChatGPT") and then click on "Deploy" All done?...
0 Previous Quotes Get a New Quote! © 1999 Joel Lipman Ltd. All Rights Reserved the JavaScript These are the contents of main.js and is working at time of print: // Start with Zoho SDK stuff ZOHO.CREATOR.init() .then(function(data) { // Initialize var...
text-transform: uppercase; font-size: 36pt; font-weight: 100; color: #777; text-align: right; vertical-align: top; } /* main content */ #my-content table:first-child td{ vertical-align:top; } #my-content table:first-child label{ text-transform:...
this list: "; info l_ZohoCrmTaxRatesList; v_Output = m_OutputTaxRates.toString(); } return v_Output; } fn_Xero_GetQuotes The main function that took me over half a day: string standalone.fn_Xero_GetQuotes() { /*...