Abhinav Bhatia
IndividualForum Replies Created
-
Yeah, or may be some quick or technical puzzle.
-
Abhinav
MemberApril 30, 2016 at 7:18 am in reply to: Assigning record type option while lead convert may be available in summer 16 releaseGreat. Sounds good.
-
Abhinav
MemberApril 30, 2016 at 6:59 am in reply to: Why cross object formula is used in Salesforce?Please refer below this will make you more clear related to cross object formula.
1. https://success.salesforce.com/answers?id=90630000000gqYoAAI
2. https://help.salesforce.com/HTViewHelpDoc?id=customize_cross_object.htm&language=en_US -
Hi,
Please go through the below links:
1. https://help.salesforce.com/apex/HTViewHelpDoc?id=admin_exportdata.htm&language=en
2. https://success.salesforce.com/answers?id=90630000000h2KyAAI -
Yes, you can please refer here :- http://salesforce.stackexchange.com/questions/117746/why-i-can-not-use-map-in-dynamic-query/117951#117951
-
Abhinav
MemberApril 29, 2016 at 7:35 am in reply to: Enable Quotes and Order using Post install ScriptYeah, that may be same but i have not worked for order. I did for quote enabled.
-
Abhinav
MemberApril 27, 2016 at 1:16 pm in reply to: Not able to save the account record after editYes correct i would try that. But i am not able to get into my process builder so not even able to deactivate that.
-
Abhinav
MemberApril 27, 2016 at 1:07 pm in reply to: Docusign Salesforce Integration - how to work with Anchor tabs in Docusign on the templates?Hello,
Please refer the below links. This will give you the good idea related to the Anchor tabs.
-
Abhinav
MemberApril 27, 2016 at 9:15 am in reply to: Should I use Javascript popup on standard VF page or a normal VF page which behaves as a popup?Looks like as per your note it is good to use the the normal VF page which behaves as popup. And even that will work on the new lightning as javascript buttons are not supported by lightning.
-
Abhinav
MemberApril 26, 2016 at 9:44 am in reply to: Is there any simulator available for android devices for salesforce1?Yes, Please see the link below :-
1.https://chrome.google.com/webstore/detail/salesforce1-simulator/cknbjckicenodbiaejbmkjhldffonggpHope this will help.
-
Abhinav
MemberApril 26, 2016 at 9:42 am in reply to: How to show and use custom visualforce page tab on Salesforce1 app interface?Hello Utsav,
Please refer the below links :-
1. https://developer.salesforce.com/docs/atlas.en-us.salesforce1.meta/salesforce1/flexible_page_tab_intro.htm
2. https://help.salesforce.com/apex/HTViewHelpDoc?id=customize_sf1_visualforce.htm&language=en_US -
Abhinav
MemberApril 26, 2016 at 8:37 am in reply to: What are the possible solutions for using Javascript button on lightning page layout?Hello,
Use global action that will help.
-
Abhinav
MemberApril 26, 2016 at 8:35 am in reply to: Can I assign a record type to an opportunity while lead conversion?Yes, please refer here. Hope this will help. https://success.salesforce.com/answers?id=90630000000gsSDAAY
-
Abhinav
MemberApril 26, 2016 at 8:18 am in reply to: How to host an Unmanaged package on salesforce appexchange?Yes, you can submit for the security review on AppExchange through your Salesforce partners environment. Unmanaged packages can also be submitted for the review from the partner org.
-
Hey,
Please refer the below link. This will help in understanding the Sagepay Integration.
1. https://developer.salesforce.com/forums/?id=906F000000092RiIAI
2. http://www.sagepay.co.uk/support/find-an-integration-document/server-inframe-integration-documents
3. http://stackoverflow.com/questions/25990578/using-sage-pay-iframe-method-for-customer-click-the-url-to-complete-the-payment -
Abhinav
MemberApril 26, 2016 at 8:08 am in reply to: Enable Quotes and Order using Post install ScriptYeah, in place of using the above code in the post install script as we do not get the session Id in the post install script, we can either make one tab in our app so that on the click of the tab the above code runs and the quote gets enabled or we can make one custom button on the object such that on the click of that button we can enable the quote using the above code.
-
Abhinav
MemberApril 25, 2016 at 12:19 pm in reply to: When bulk API is enabled what can be the limitations in dataloader?Please refer here. This will help :- https://developer.salesforce.com/forums/?id=906F0000000DDoOIAW.
For bulk Api limit :- https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/asynch_api_concepts_limits.htm
-
Abhinav
MemberApril 25, 2016 at 11:52 am in reply to: How to pass JavaScript variable value to Apex Controller?There are many solutions for this. Please refer her for different solutions :-
http://salesforce.stackexchange.com/questions/24666/how-to-pass-javascript-value-to-controller
-
Abhinav
MemberApril 25, 2016 at 11:12 am in reply to: How to upload file using Salesforce Mobile SDK for Android?Please refer here. Hope this will help.
https://developer.salesforce.com/forums/?id=906F0000000DC37IAG
-
When logged into Salesforce, ensure Salesforce1 is set up to run as a mobile browser app. This is done through Administer > Mobile Administration > Salesforce1. If the Enable the Salesforce1 mobile browser app option is not already selected, select it and Save.
Next you have to make sure that your user is set up to allow accessing Salesforce1. Each user has a Salesforce1 User option. Ensure this is checked.Hope this helps.
-
Abhinav
MemberApril 25, 2016 at 9:08 am in reply to: How can I show a date time field on visualforce page based on users current time zone?Hello rachit you can use the outputText tag to show the time on the VF page. Example below :-
<apex:outputText value="The formatted time right now is:
{0,date,yyyy.MM.dd G 'at' HH:mm:ss z}">
<apex:param value="{!proPrices.fromDate__c}" />
</apex:outputText> -
Abhinav
MemberApril 25, 2016 at 8:41 am in reply to: How to add Google charts to Visualforce pages using JavaScript remoting? -
Abhinav
MemberApril 25, 2016 at 8:39 am in reply to: How to assign permission set to a public group?You can go to Permission set >> Manage Assignement>> Select Users >> Assign to assign permission set to multiple users. I hope this will help.
-
Abhinav
MemberApril 25, 2016 at 8:37 am in reply to: How can I use autoscroll option in visualforce page?Yes you can use the style overflow. For example if you are using the outputPanel you can use it in the style attribute :-
<apex:outputPanel layout="block" style="overflow:auto;width:750px;height:250px" >
-
Abhinav
MemberApril 21, 2016 at 2:16 pm in reply to: Can we fetch multiple records using controller class or not?Yes, you can fetch multiple record using SOQL query in controller class. While keeping in governor limits.