• YOANA Popova
  • NEWBIE
  • 30 Points
  • Member since 2018
  • Admin
  • ec4u

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 8
    Questions
  • 8
    Replies
Good day everybody, 

I am having some issues with passing of Challenge 9 from Billing Specialist Superbadge. I have created record-triggered Flow with the name Create Order, but something is not correct. I am attaching it. User-added imageUser-added imageUser-added image
Good day, 

could somebody please help me how to adjust this formula and to make url to be dynamic, not hardcoded?

  HYPERLINK("https://bginc--devyopo2.lightning.force.com/" & Id, bgi_Quote_Name__c)
Good day, 
I have to create a validation rule that will prevent all users for changing of the field Account on Quote object when the Quote Status is Closed won. 
Here is my validation rule, and it is working as expected: 
AND (
ISPICKVAL( SBQQ__Status__c ,"Closed Won") ,
ISCHANGED( SBQQ__Account__c ) )
The additional condition is bypass the validation rule for Admin profile (without Bypass validation flag). Could somebody support me in this part?
Good evening, 
could someone support by creation of following Flow: running on Contact record creation, setting the CurrencyISOCode=USD. I am a beginner in Flow creation and need support here. 
Good day, 

I have to adjust the formula to be calculated for all previous years, not only for specific one. Do you have any idea how to modify this formula: 
MOD(FLOOR(("Created Date" - DATEVALUE( "2016-01-01 " ) ) / 7 ), 52) + 1
I want to add a contact, related to an account, as the contact of an opportunity, but I can only select the related contacts that have the checkbox “Direct” active. This checkbox I cannot see, edit or setup. Could you please suggest me a workaround?
Good day,

how can I adjust this formula to be valid for all years, not only for specific one: 
MOD(FLOOR(("Created Date" - DATEVALUE( "2016-01-01 " ) ) / 7 ), 52) + 1
Good day,

I have the following problem. I have created a few reports in my dev org and moved them to a newly created report folder. When I created my branch and retrieved the reports, only the folder was retrieved. There is no option to retrieve the created reports. Could you please give me advice how to do it? 
Good day everybody, 

I am having some issues with passing of Challenge 9 from Billing Specialist Superbadge. I have created record-triggered Flow with the name Create Order, but something is not correct. I am attaching it. User-added imageUser-added imageUser-added image
Good day, 

could somebody please help me how to adjust this formula and to make url to be dynamic, not hardcoded?

  HYPERLINK("https://bginc--devyopo2.lightning.force.com/" & Id, bgi_Quote_Name__c)
Good evening, 
could someone support by creation of following Flow: running on Contact record creation, setting the CurrencyISOCode=USD. I am a beginner in Flow creation and need support here. 
I want to add a contact, related to an account, as the contact of an opportunity, but I can only select the related contacts that have the checkbox “Direct” active. This checkbox I cannot see, edit or setup. Could you please suggest me a workaround?
Good day,

I have the following problem. I have created a few reports in my dev org and moved them to a newly created report folder. When I created my branch and retrieved the reports, only the folder was retrieved. There is no option to retrieve the created reports. Could you please give me advice how to do it?