You need to sign in to do that
Don't have an account?

how to post a question
Hi,
Please give me steps to post a question in developer.salesforce.com after login in.
I have had hard time to find a button: "Post a question", sometimes it does not come up.
Thanks
tina
Please give me steps to post a question in developer.salesforce.com after login in.
I have had hard time to find a button: "Post a question", sometimes it does not come up.
Thanks
tina
Please follow the below screen shot.
keep writing the question and then press enter you will get window like below.
Thanks,
Lokesh
In salesforce we are useing littele bit java and java sript but you asking how to move salesforce with out prior experience in java
some times its possible as per my knowledge please learn salesforce develope and adimit part.You can learn easily and fastly in few topices it is
related in java ,so finally my suggesion is please join and learn salesforce.
Update lead stage to “Contacted” picklist when the first Sales Activity (Event or Task) is recorded.
can any one help me
There was an unexpected error in your org which is preventing this assessment check from completing: System.DmlException: Insert failed. First exception on row 0; first error: CANNOT_EXECUTE_FLOW_TRIGGER, We can't save this record because the “Automate Opportunity” process failed. Give your Salesforce admin these details. This error occurred when the flow tried to create records: FIELD_INTEGRITY_EXCEPTION: Assigned To ID: id value of incorrect type: 0015j00000W8ke8AAB. You can look up ExceptionCode values in the SOAP API Developer Guide. Error ID: 385680990-350598 (157788690)ook up ExceptionCode values in the SOAP API Developer Guide. Error ID: 385680990-350598 (157788690): []
kindly help mw with this error ......(automate opportunity-"process automation superbadge"
access="global"
controller="AptitudeQuestion">
<aura:attribute name="questions" type="Aptitude_Question__c[]"/>
<aura:attribute name="selectedOption" type="String"/>
<aura:handler name="init" value="{!this}" action="{!c.getRecords}" />
<div class="slds-p-around_-small">
<aura:iteration items="{!v.questions}" var="item">
<ui:outputRichText aura:id="outputRT" value="{!item.Question__c}" />
<lightning:input type="radio" aura:id="input1id" name="input1" label="{!item.Option_1__c}" onchange="{!c.handleRadioClick}"/>
<lightning:input type="radio" aura:id="input2id" name="input2" label="{!item.Option_2__c}" onchange="{!c.handleRadioClick}"/>
<lightning:input type="radio" aura:id="input3id" name="input3" label="{!item.Option_3__c}" onchange="{!c.handleRadioClick}"/>
<lightning:input type="radio" aura:id="input4id" name="input4" label="{!item.Option_4__c}" onchange="{!c.handleRadioClick}"/>
<!-- <input type="radio" id="{!item}" label="Option 1" value="options" onclick="{!c.checkSelect}" /> -->
</aura:iteration>
</div>
</aura:component>
this is my code for Aptitude question which needs to be select only one option
how can i give it a single select in lightning input tag only
any solutions pls
separated by “,”.
a. Create a new custom text field on account named “Top Salary Contacts”.
b. Create a custom number type field on contact with 2 decimal places named
“Salary” in contact.