Take advantage of Model context to manage new record creation.
How to Create a Drop Down Button List on Salesforce Detail Page with Skuid CRM
How to add a drop down button list to your detail page in Salesforce using Skuid. <skuidpage showsidebar=”false” showheader=”true” tabtooverride=”Account” unsavedchangeswarning=”” theme=”Paper”> <models> <model id=”AccountData” limit=”1″ query=”true” createrowifnonefound=”false” sobject=”Account”> <fields> <field id=”Name”/> <field id=”CreatedDate”/> <field id=”Description”/> <field id=”Fax”/> <field id=”AccountNumber”/> <field id=”Phone”/> <field id=”BillingCity”/> <field id=”BillingCountry”/> <field id=”BillingState”/> <field id=”BillingStreet”/> <field id=”CreatedById”/> <field id=”CreatedBy.Name”/> <field […]
How to Easily Assign Users Roles in Salesforce
New clients of your AppExchange App don’t have to know anything about assigning permission sets to users with this tutorial.
How to Create a Link to a File Attachment within Salesforce
Having difficulty linking to a file within Salesforce? Check out this tutorial video to find out how you can do it yourself.
How to Add a New Record to a Table in Skuid Using Only One Model
Take advantage of Model context to manage new record creation.