-
ChatterFeed
-
0Best Answers
-
2Likes Received
-
0Likes Given
-
31Questions
-
9Replies
Estimate the number of queries per month
Is there any way to estimate the number of Queries per month in a salesforce instance?
- Prasad Ruwanpathirana
- July 24, 2018
- Like
- 0
- Continue reading or reply
How register dynamic external site from apex call out in managed package?
I need to give the access to edit the external site in a managed package. Currently I'm using named credentials but It wont give the access to change the url. Is there any work around for this? Thanks
- Prasad Ruwanpathirana
- February 01, 2018
- Like
- 0
- Continue reading or reply
How to call a apex rest service from salesforce mobile sdk-android?
I need to call apex rest service from salesforce mobile sdk-android. I can execute the soql query by calling RestRequest.getRequestForQuery() method. How to call apex service from RestRequest class?
- Prasad Ruwanpathirana
- July 18, 2017
- Like
- 0
- Continue reading or reply
Is it posible to use Salesforce Files with community portal?
I need to use salesforce files in the community portal (with the Napili template). Is it possible to display salesforce files in the portal. and is it possible to query the files object?
- Prasad Ruwanpathirana
- January 30, 2017
- Like
- 0
- Continue reading or reply
How to bind aura enabled property to lightning component?
@AuraEnabled
public string prop { get; set;}
I need to bind above apex controller property to lightning component. Please help me on this.
public string prop { get; set;}
I need to bind above apex controller property to lightning component. Please help me on this.
- Prasad Ruwanpathirana
- January 25, 2017
- Like
- 0
- Continue reading or reply
Is it posible to move the header search bar in to the side bar in Napili template?
I need to move the search bar from the header section in to the top of the side bar in the Napili template. Is it possible to do that?
- Prasad Ruwanpathirana
- January 24, 2017
- Like
- 0
- Continue reading or reply
how make call for a rest service from future method?
I'm going to call for a rest service to the same salesforce instance to make a dml operation from a future method. In the future method i'm calling to a another webservice and then after i'm going to make that dml operation through the rest service. But i'm getting the "caused by: System.CalloutException: You have uncommitted work pending. Please commit or rollback before calling out" error. Is there any way to do that dml operation in the from the future method?
- Prasad Ruwanpathirana
- December 05, 2016
- Like
- 0
- Continue reading or reply
Username-Password OAuth Authentication is working with the community users?
I need to configure Username-Password OAuth Authentication to get salesforce data with the REST API through a community users. Is is possible to do that?
- Prasad Ruwanpathirana
- February 03, 2016
- Like
- 0
- Continue reading or reply
how to decode viewstate value in visualforce page?
Hi,
I need to get viewstate values from visual force page using javascript. Is there any way to decode the viewstate hidden value in visualforce page.
Thanks, Prasad
I need to get viewstate values from visual force page using javascript. Is there any way to decode the viewstate hidden value in visualforce page.
Thanks, Prasad
- Prasad Ruwanpathirana
- January 11, 2016
- Like
- 0
- Continue reading or reply
How to create workflow to update multiple picklist in salesforce?
I need to create a workflow field update to update multiple values in a multi select picklist. Is there any way to do this?
- Prasad Ruwanpathirana
- February 25, 2015
- Like
- 0
- Continue reading or reply
How to add a lightning application in to the Salesforce1 application?
I have added lightning component to salesforce1 application. But is there any way to add a lightning application to S1 app? Because lightning components doesn't allow to add script files. Therefore I can't load scripts files to the lightning component.Is there any solution for this issue?
- Prasad Ruwanpathirana
- January 22, 2015
- Like
- 1
- Continue reading or reply
How to add script files to a salesforce lightning application?
When I'm adding script files to a lightning component i'm getting an error as 'script tags only allowed in templates: Source'. Is there another way to add script links to the lightning application?
- Prasad Ruwanpathirana
- January 20, 2015
- Like
- 1
- Continue reading or reply
Cannot login through https://test.salesforce to the recently refreshed sandbox?
I have deployed mydomain in the production. But after refreshed the sandbox I can't login throughhttps://test.saelsforce.com. And Prevent login from https://test.salesforce.com also unchecked. But I can login through the custom domain. Is there any other configurations needs to be done in order to activate test.salesforce on the sandbox?
- Prasad Ruwanpathirana
- January 18, 2015
- Like
- 0
- Continue reading or reply
Jquery mobile page is not visible on ipad?
I have developed visualforce page using jquery mobile 1.4.5 . This visualforce page is displaying correctly on Android device. But not in Ipad or iphone. I have added this page in to mobile cards section and also checked Available for Salesforce mobile apps check box. Is there anything more need to done in order to visible this page on IPad?
- Prasad Ruwanpathirana
- January 14, 2015
- Like
- 0
- Continue reading or reply
How is the effect for refreshing sandboxes once we enable SSO in production?
I have deployed a domain in the production and configured SSO on it. I need to know, how is the url of refreshing sandboxes and can we configure SSO both sandboxes and production parallel?
- Prasad Ruwanpathirana
- December 17, 2014
- Like
- 0
- Continue reading or reply
Is it possible to overwrite standard page layout loading method using apex class?
I need to overwrite and add some logic when loading the standard opportunity page. Therefore I need to overwrite apex logic. If this is possible what is the method that should be overwrite?
- Prasad Ruwanpathirana
- December 17, 2014
- Like
- 0
- Continue reading or reply
How to detect login device from a validation rule?
I need to detect whether user logged from salesforce1 or desktop from salesforce validation rule? Is it possible to get from a validation rule?
- Prasad Ruwanpathirana
- December 17, 2014
- Like
- 0
- Continue reading or reply
How to create different page layout for dekstop and defferent layout for salesforce1 app?
I have create a page layout for mobile and different page layout for dekstop.But when I set it on page layout assignment it will affect for the desktop page also. Where can we set one page layout for desktop and one page layout for salesforce1 on the configurations?
- Prasad Ruwanpathirana
- December 16, 2014
- Like
- 0
- Continue reading or reply
How to get exchange rates from dated currency rates for custom object's reports?
When I'm generating a report for a custom object, all the currency filed's converted value converting according to the static conversion rate. But I need to get rates from dated currency rates for those reports? Is it possible to do this?
- Prasad Ruwanpathirana
- November 21, 2014
- Like
- 0
- Continue reading or reply
Salesforce1 - single sign on with ADFS
I need to configure SSO settings for salesforce1 application in order to authenticate with ADFS. Please let me know the steps to implement this.
- Prasad Ruwanpathirana
- November 05, 2014
- Like
- 0
- Continue reading or reply
How to add a lightning application in to the Salesforce1 application?
I have added lightning component to salesforce1 application. But is there any way to add a lightning application to S1 app? Because lightning components doesn't allow to add script files. Therefore I can't load scripts files to the lightning component.Is there any solution for this issue?
- Prasad Ruwanpathirana
- January 22, 2015
- Like
- 1
- Continue reading or reply
How to add script files to a salesforce lightning application?
When I'm adding script files to a lightning component i'm getting an error as 'script tags only allowed in templates: Source'. Is there another way to add script links to the lightning application?
- Prasad Ruwanpathirana
- January 20, 2015
- Like
- 1
- Continue reading or reply
How register dynamic external site from apex call out in managed package?
I need to give the access to edit the external site in a managed package. Currently I'm using named credentials but It wont give the access to change the url. Is there any work around for this? Thanks
- Prasad Ruwanpathirana
- February 01, 2018
- Like
- 0
- Continue reading or reply
Username-Password OAuth Authentication is working with the community users?
I need to configure Username-Password OAuth Authentication to get salesforce data with the REST API through a community users. Is is possible to do that?
- Prasad Ruwanpathirana
- February 03, 2016
- Like
- 0
- Continue reading or reply
how to decode viewstate value in visualforce page?
Hi,
I need to get viewstate values from visual force page using javascript. Is there any way to decode the viewstate hidden value in visualforce page.
Thanks, Prasad
I need to get viewstate values from visual force page using javascript. Is there any way to decode the viewstate hidden value in visualforce page.
Thanks, Prasad
- Prasad Ruwanpathirana
- January 11, 2016
- Like
- 0
- Continue reading or reply
How to add a lightning application in to the Salesforce1 application?
I have added lightning component to salesforce1 application. But is there any way to add a lightning application to S1 app? Because lightning components doesn't allow to add script files. Therefore I can't load scripts files to the lightning component.Is there any solution for this issue?
- Prasad Ruwanpathirana
- January 22, 2015
- Like
- 1
- Continue reading or reply
How to add script files to a salesforce lightning application?
When I'm adding script files to a lightning component i'm getting an error as 'script tags only allowed in templates: Source'. Is there another way to add script links to the lightning application?
- Prasad Ruwanpathirana
- January 20, 2015
- Like
- 1
- Continue reading or reply
Cannot login through https://test.salesforce to the recently refreshed sandbox?
I have deployed mydomain in the production. But after refreshed the sandbox I can't login throughhttps://test.saelsforce.com. And Prevent login from https://test.salesforce.com also unchecked. But I can login through the custom domain. Is there any other configurations needs to be done in order to activate test.salesforce on the sandbox?
- Prasad Ruwanpathirana
- January 18, 2015
- Like
- 0
- Continue reading or reply
Jquery mobile page is not visible on ipad?
I have developed visualforce page using jquery mobile 1.4.5 . This visualforce page is displaying correctly on Android device. But not in Ipad or iphone. I have added this page in to mobile cards section and also checked Available for Salesforce mobile apps check box. Is there anything more need to done in order to visible this page on IPad?
- Prasad Ruwanpathirana
- January 14, 2015
- Like
- 0
- Continue reading or reply
How is the effect for refreshing sandboxes once we enable SSO in production?
I have deployed a domain in the production and configured SSO on it. I need to know, how is the url of refreshing sandboxes and can we configure SSO both sandboxes and production parallel?
- Prasad Ruwanpathirana
- December 17, 2014
- Like
- 0
- Continue reading or reply