
Utsav Gargsh
Individual-
Utsav changed their photo 7 years ago
-
Utsav updated their profile 7 years ago
-
Mohit and
Utsav are now connected 8 years ago
-
PRANAV and
Utsav are now connected 8 years ago
-
Rohit and
Utsav are now connected 8 years ago
-
Tanu and
Utsav are now connected 8 years ago
-
Abhinav and
Utsav are now connected 8 years ago
-
Utsav updated their profile 8 years ago
-
Hi Rachit
If you are using URL for transferring values from one page to another then lightning can create problem instead you should use same controller for both pages such that updated values can be accessed direclty.
Thanks
-
Utsav replied to the discussion How to create a mobile app using mobile SDK in Salesforce? in the forum Salesforce® Discussions 8 years ago
Reply to How to create a mobile app using mobile SDK in Salesforce?
Hi Himanshu
Using mobile SDK of salesforce you can develop:
- Native apps(ios, android, windows)
- Hybrid apps(html5)
Native app has fast performance and responsiveness while hybrid app has cross platform accessibilty
First you have to create a connected app where mobile app settings must be filled and at the same time the connected key… Read more
-
Utsav replied to the discussion What is salesforce marketing cloud and where it is useful? in the forum Salesforce® Discussions 8 years ago
Reply to What is salesforce marketing cloud and where it is useful?
Hi
Salesforce marketing cloud helps businesses to grow by making a brand through latest automated marketing practices.
It involves:
- Email marketing
- Social Media Marketing(Facebook, Twitter, and LinkedIn Ads platform)
- Mobile messaging
- Content marketing
- Data mining and analysis and reporting
For overview of marketing cloud can be get… Read more
-
Utsav replied to the discussion Is there any governor limits for batch apex executions? in the forum Salesforce® Discussions 8 years ago
Reply to Is there any governor limits for batch apex executions?
Hi Suyash
Salesforce has governor limits everywhere
In apex batch you have generally maximum batch classes processing parallely. You can have all those limits based on you org edition. Most of the time it is 5.
You can use Queueable Interface to cope it up. With async. queable interface you can make sure your batch will run whenever… Read more
-
Utsav replied to the discussion How can I get rid of view state error with more than 50k record in a list in controller? in the forum Salesforce® Discussions 8 years ago
Reply to How can I get rid of view state error with more than 50k record in a list in controller?
Hi rachit
viewstate error comes only when you deal large number of records on visualforce page. If you only want to use it in controller then you can use it by some workarounds but on VF page you cant deal it other then pagination which is least expected in such scenarios
Happy coding
-
Utsav replied to the discussion Google map in Salesforce Visualforce Page - Unknown component Apex:map error in the forum Salesforce® Discussions 8 years ago
Reply to Google map in Salesforce Visualforce Page - Unknown component Apex:map error
Hi Ajay
I came across the same error once and get to know that apex:map is not for developer enviroment for now. You can try in sandbox enviroment for using it.
For more clearification
https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_maps.htm
-
Utsav replied to the discussion How can I show error message in list view? in the forum Salesforce® Discussions 8 years ago
Reply to How can I show error message in list view?
Hi Rachit
I have faced the same issue once . I used jquery for showing inline errors in list view.
Hope it makes sense
-
Utsav replied to the discussion I am facing issues in saving data in sandbox between 4-6 PM. This happens regularly. Any suggestion? in the forum Salesforce® Discussions 8 years ago
Hi
Have you checked salesforce instances in between 4-6PM
Just check you sandbox instance on the given URL
http://trust.salesforce.com/trust/instances
Thanks
-
Utsav replied to the discussion How can we handle email service that are undelivered with correct message? in the forum Salesforce® Discussions 8 years ago
Reply to How can we handle email service that are undelivered with correct message?
Hi
You can enable the Bounced email functionality in Salesforce, which will notify the user and will displays the bounce alert on the record.
For detailed information refer the article “Configuring Deliverability Settings”.
Help URL: https://help.salesforce.com/apex/HTViewHelpDoc?id=emailadmin_deliverability.htm&language=en_US
Hope it helps
Thanks
-
Utsav replied to the discussion I have an attachment that needs to be moved to next page so how can I achieve this,will URL help me out in this? in the forum Salesforce® Discussions 8 years ago
Hi Rachit
Solution 1: If you want to move your attachment to next page you just need to use the same controller in it and make attachment instance public and then do whatever you want to do so whenever you access that instance of attachment you will get you required value.
Solution 2: From URL , you just have to convert the blob value of… Read more
-
Utsav replied to the discussion How to get my date time value reflect value as per logged in user's time zone? in the forum Salesforce® Discussions 8 years ago
Reply to How to get my date time value reflect value as per logged in user's time zone?
Hi Rachit
Yes it can be done , Salesforce provide us the Timezone class with which you can get the time zone offset of currently logged in user and then you can make calculations over it.
Thanks
-
Utsav replied to the discussion Facing issues with rerendering a section on a page after getting a value from another page in the forum Salesforce® Discussions 8 years ago
Reply to Facing issues with rerendering a section on a page after getting a value from another page
Hi Rachit
Yes you can rerender the page section based on some values from another page until or unless you have the same controller. If you have a same controller for both pages then you can easily rerender the page section.
It will be helpful , if you share your code with us
Thanks
- Load More