2_12 Sept to 18 Sept

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 4

=================================

=================================
=========== 18 Sept ================
=================================
=================================

Agenda : Q n A Session

========== Today's Video ==========

https://youtu.be/u21kzVHbIlY

=================================
=================================
=========== 16 Sept ================
=================================
=================================

Agenda : Validation Rules In Salesforce Projects -- Level 3

========== Today's Video ==========

https://youtu.be/oTKOKRtUb5c

========== Intelogik's Project Problems ==========

======
More Intelogik's Ex project Scenarios on Validation rules
=====
(for taking benefit of your weekends)

https://drive.google.com/file/d/1egQXNxuQm7za8ZWGfk-_w_78Z6lOcM_J/view?usp=sharing

========== Today's Notes ==========

Good reference site RegEx:

(use only when needed IN UR JOB PHASE)

http://www.rexegg.com/regex-quickstart.html#ref

=================================
=================================
=========== 15 Sept ================
=================================
=================================

Agenda : Validation Rules In Salesforce Projects -- Level 2

========== Today's Video ==========


https://youtu.be/bLKjNTVFwsA

========== Today's Notes ==========

If something we are doing from scratch/base in SDFC project??


>> Development scenario/project (JQ)

If something we are modify which is already done in SFDC project??


>> Enhancement or Maintenance scenario/project (JQ)

(dev project Vs enhancement project)

=================================
=================================
=========== 14 Sept ================
=================================
=================================

Agenda : Validation Rules In Salesforce Projects -- Level 1

========== Today's Video ==========

https://youtu.be/aOfcu5ZJ2RY

========== Today's Notes ==========

>>

Such data which customer / end user entered into SF, which is not suitable for
business process or not matching with business policy, is called as Bad data.

Ex: In business, client never gives discount more than 40%. But if in any record we
have a field called as "discount given", with a value 70%, is an example of bad
data.

Also, instead of 10%, we are writing "Ten%".

=================================
=================================
=========== 13 Sept ================
=================================
=================================

Agenda : Field Dependency In Salesforce Projects -- Level 2

========== Today's Video ==========

https://youtu.be/bWFhMNnf8pY

========== Today's Notes ==========

If ur junior is facing limit issue while creating picklist of large data in ur


project, then what can be the possible issues?

>>>>

A.LOVs going above 1000 count

B.Characters exceeded more than 15k (IMP IQ)


(Many people in market dont know this!!!)

Means, assume, we have country PL with below values.


India
USA
Canada

(India(5)+USA(3)+Canada(6) ...etc ==> total char limit must be below 15k)

=================================
=================================
=========== 12 Sept ================
=================================
=================================

Agenda : Field Dependency In Salesforce Projects -- Level 1

========== Today's Video ==========

https://youtu.be/3wfroNH-cB4

======= Intelogik's Project Problems ====

1.
As per ID document business process,
client wants to create a checkbox called "Are you a senior citizen?".
And another field, picklist to create as "Documents allowed to submit"

Values in this picklist to be = Driving License,Age Certificate,Passport

If checkbox checked, then show = Driving License,Age Certificate,Passport


If did not check, then show = Driving License,Passport

2.
As per ID document business process,
client wants to create a checkbox called "Are you a married?".
And another field, picklist to create as "Documents Needed"

Values in this picklist to be = Bank passbook,Marriage certificate,Driving license

If checkbox checked, then show = Bank passbook,Marriage certificate,Driving license


If did not check, then show = Bank passbook,Driving license

========== Today's Notes ==========

In field dependency, there will be only 2 types of fields:

1.Controlling field (primary)


2.Dependent field (secondary)

You might also like