• VIJAYA DONEPUDI
  • NEWBIE
  • 30 Points
  • Member since 2021

  • Chatter
    Feed
  • 1
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 8
    Replies
Hello All,

Below datetime formatting suddenly not working properly. Below lines returns next year 2022.

DateTime lstUptDate = DateTime.newInstanceGmt(Date.today(), Time.newInstance(0, 0, 0, 0));
System.debug(lstUptDate.formatGMT('YYYY-MM-dd\'T00:00:00\''));


20:12:14.1 (2360027)|USER_DEBUG|[2]|DEBUG|2022-12-29T00:00:00
Hi, all -

I have a workflow rule in my Orders object triggered by a checkbox. The checkbox is based on a formula field that simply echoes a similar checkbox in my Opportunities object.

When the checkbox in Opportunities is checked, that should be echoed in the Orders checkbox. When the Orders checkbox is then true, the workflow rule should fire (it triggers an email alert).

Everything looks fine, and seemed to test okay, but now the email alert isn't sending when the box is checked in Opportunities.

Any thoughts? Thanks!
Hello All,

Below datetime formatting suddenly not working properly. Below lines returns next year 2022.

DateTime lstUptDate = DateTime.newInstanceGmt(Date.today(), Time.newInstance(0, 0, 0, 0));
System.debug(lstUptDate.formatGMT('YYYY-MM-dd\'T00:00:00\''));


20:12:14.1 (2360027)|USER_DEBUG|[2]|DEBUG|2022-12-29T00:00:00
Hi I am having a problem with dropdown .  But not found .

"Create a Custom Junction Object" to create custom object  
I completed these steps
Step 1:
Fields given: 
Label                   -  Job Posting
Plural name    -        Job Postings 
Record Name    -      Job Posting number 
Data type       -        Auto Number 
Display format -        JOBPOST-{0000} 
Starting number -      1  
Then clicked on 'Save
Step 2: click Fields & Relationships, then clicked 'New'
then selected 'Master-Detail Relationship' as the Data Type. 
Clicked on 'next'
For Related  to,  select " Position" in the drop down, But Not found in the drop down 
plz guide me  Thanks in advance