Assuming logged is required, the following 25 results were found.
you. Let me know if you find any mistakes and I'll be sure to fix asap. To hide buttons on your site for users that are logged in do the following: First thing.. Install this --> http://www.brandonitconsulting.co.uk/mod_metamod/ **In this example I'm...
A quick article to demonstrate code that creates a task in CRM based on the time logged against an Event/Meeting. Why? As developers, we're keep account of our time and we are currently logging time in our CRM. We're meant to do 40 hours, not just for...
Unique Keys and Salts. */ define('AUTH_KEY', 'my_auth_key'); define('SECURE_AUTH_KEY', 'my_secure_auth_key'); define('LOGGED_IN_KEY', 'my_logged_in_key'); define('NONCE_KEY', 'my_nonce_key'); define('AUTH_SALT', 'my_auth_salt');...
value to when you leave, compile the code into an executable, and schedule it as a windows task for when you are logged in: ; ; AutoHotkey Version: 1.0.47.06 ; Language: English ; Platform: Win9x/XP ; Author: Joel Lipman ; Date Created: 15-July-2014 ; ;...
specifies the size of the image. The module keeps generating website thumbnail preview images on TWO conditions: 1) you are logged in to the front-end of the Joomla! website as an authorized "service group" user (as specified in the module parameter) 2)...
access anything at all. Open a new browser window (preferably using the Google Chrome profile you have for the customer) Logged in to Zoho as an Administrator of the system to access. Browse to the Zoho Developer Console at the appropriate link based on...
Apps > Create an App Give it a name (eg. mycompanyname Zoho OAuth) Set its developer (preferably as the user you are logged in as) Click on "Create" First thing I do is browse to the API Credentials tab: Store the API Key in your creator form you...
m_Blank = Map(); v_Response = previousParam; m_Response = Map(); m_Response.put("todo","prompt"); // // determine name of logged in user (and make owner?) v_LoggedInUserID = 0; l_Users= List(); m_UserType = Map();...
file types as files. The report will work for Zoho Users... didn't really test on permissions and sharing the report, I was logged in as the super admin on both ZohoDesk and ZohoAnalytics for the above demo. Invalid OAuth Scope: Might be an invalid...
at the top of the IDE (where you paste the code) and ensure you setup a Connection that does NOT use the credentials of the logged-in user and has as scope ZohoAnalytics.metadata.read. The code /*...
// // create CRM zohosign document child records (recipient and event) if(!isNull(r_ZCrm_ZSDoc.get("id"))) { // // get logged in user (who clicked the button) v_LoggedInUserID = 0; r_Users = zoho.crm.getRecords("users"); for each m_User in...
if (o_ThisLineItem.Optional != "Optional Not Included") { // field mapping of quoted items to invoiced items (i console logged out this line item and copied each of the fields hoping they had the same API name in both modules) o_NewLineItem.CUSTOM =...
// field mapping of quoted items to invoiced items (i console logged out the quote record and used the API names of the invoiced items) // declare new array to store line items for invoice var a_InvoiceLineItems = []; // loop through quoted line items...
Downtime Server Incidents: US Zoho Services Availability or Zoho EU Services Availability Permission Issue: Are we logged in to Zoho Books as the super admin? Most likely yes and the client would have already checked this. Did this ever work before?...
this isn't a problem for those that don't use RokDownloads. The other day, I logged in to upload some new files and manage some of my downloadable files... Only to find that the Rokdownloads manager would not list any of my files!?! I am in the middle...
a Joomla 2.5.x component for logging time and projects and need a dropdown to have selectable options restricted to the logged-in user. This is specified in the XML file of the custom Joomla component and needs some SQL dependent on some dynamic...
on the computer and will be readable by other users who access the same computer (this is irrespective of whether you have logged out of the CMS). Add an IP filter To include this method, ensure you have a static IP address (most home broadband users...
where the joining index value is null. The chart below has 3 series or data fields: Count the total number of incidents logged (Y-axis - data fields) Invidividual the incident(s) are assigned to (Labels - series fields) Months the incident(s) were...
who is. How? As a proof of concept, let's see how to hide a specific drive. Note that this section applies to the currently logged-in user. To restrict other users, see the example after this one: Open the Start Menu, then type regedit in the search box...
on a database but when you get the error: "... database is in use". -- SQL Server 2005 EXEC SP_WHO // details on who is logged in GO -- SQL Server 2008 EXEC SP_WHO2 // even more details GO -- Run as database owner to see ALL connected processes as well....