Manu yadav
Individual
@mallesh-myakala
•
Joined December 2018
Forum Replies Created
-
Manu
MemberMarch 25, 2019 at 8:39 pm in reply to: Which Salesforce Application is Better, Eclipse or Mavensmate?Hi Satya,
"VS Code" is the best Editor for salesforce.
For download::
https://code.visualstudio.com/
For the Installation process::
Thanks,
Manu
-
Manu
MemberMarch 25, 2019 at 8:18 pm in reply to: How can we provide field level security in Salesforce? -
Manu
MemberFebruary 24, 2019 at 7:25 pm in reply to: What are Building Lightning Components in Salesforce?https://help.salesforce.com/articleView?id=aura_overview.htm&r=https%3A%2F%2Fwww.google.com%2F&type=5 I hope this link may help you
-
Manu
MemberFebruary 24, 2019 at 7:22 pm in reply to: How to Resolve Integration Problem of Salesforce with Google Maps? -
Manu
MemberFebruary 24, 2019 at 7:14 pm in reply to: Salesforce API: Get the Time on the Salesforce Server.String dateInFormat = newDate.formatGMT('yyyy-MM-dd HH:mm:ss');
https://developer.salesforce.com/forums/?id=906F00000009ArvIAE
-
Manu
MemberFebruary 24, 2019 at 7:12 pm in reply to: Salesforce API: Get the Time on the Salesforce Server.Hi Kavya,
Try this...
public class MaintCalendar { String LongDate = ‘ ‘; // Init cLongDate with the current Datetime in long date format public String getLongDate() { Datetime cDT = System.now(); LongDate = cDT.format(‘EEEE, MMMM d, yyyy’); return LongDate; } }
Refer: https://developer.salesforce.com/forums/?id=906F00000008vERIAY
Thanks,
Manu -
Manu
MemberFebruary 10, 2019 at 1:29 pm in reply to: How can we build account hierarchy model using Salesforce Lightning Component?I need to write using accordion ..... I don't want to write js file like which is you suggested... dynamically which account have child record that account will show through accordian ....