function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
PkPk 

Formula creation + validation + automation



Greetings,

I am interested in assistance with questions 5,6 and 7.

Thanks in advance,
Help with questions 5,6 and 7 in the attached picture
PkPk

I mean the following questions:


5.In the new "Book per Reader" create the following fields (in addition to what you
already created:

a. "No. of Pages" (Formula) – displays the no. of pages a book has.
b. "Book Length Flag" (Formula) – displays an image of a flag using the following
logic:
i. 100 > No. of Pages > 50  show Green flag
ii. No. of Pages > 100  show Red flag

6. Validation Rules –
o In the new custom object, "Book", a user can only fill in "Price", if the
"Description" is not empty – create a Validation Rule to support this.

7. Automation –
Create an automated flow that sends an Email alert to the Account Owner of the
book if the book has more than 3 readers and Book.Total Price > 100$.
Sai PraveenSai Praveen (Salesforce Developers) 
Hi,

Can you confirm what should be normal formula for number of pages. Is there any field called Book where you select Book and It shouls take pages from that book?

Thanks,
 
PkPk


Hai Sai,

Before this solution, do you have an error solution (next to FLOW) in the following link:

https://developer.salesforce.com/forums/ForumsMain?id=9062I000000UiXoQAK


Thank you very much in advance,

You will be blessed from above.

 

 

PkPk
Hi Sai

Can you please help with this:

It is required to create a Flow that allows the ACCOUNT object to be updated with the weather if a city in India is selected.
 
 It is required to allow the user to select a country in Flow from a list of countries and a city from that selected country.
 
 As soon as it is recognized that it is the country of India, the city must be updated in the custom field in the ACCOUNT object. If it is not India, there is no need to update the field.

Thank you very very much