Hi,
I took my exam and didn’t pass. I was under the impression that the passing score is 63% or more. Is this cumulative or per category?
Hi,
I took my exam and didn’t pass. I was under the impression that the passing score is 63% or more. Is this cumulative or per category?
The recommendation is to prefer flow over process and workflow
Anyone currently in Stuarts' Current App Builder Certification class who would like to connect to study together? I am in Eastern Time.
Is there a Practice test available for Platform App Builder Certification?
My name is sameer kumar jena TVB-450 july batch sir i want to take my pd1 examintion please provide me the source by which i am able to register for that exam.
This is my second attempt in the first attempt i was not able to clear the exam and when i am trying to login with my previous webassessor credential it shows for retake the exam for 100$ but i have a 200$ voucher is it applicable for that
I took the PAB boot camp about 6 months ago and must have tried to sign up for the exam just days after my voucher code expired. Is there any way to get another code to sign up for the exam?
Hello, Looking to create automated Task assignment [for newly created Tasks] based on criteria [sort of like Lead Assignment rules] and felt Flow would be the solution to go for this as per the attached doc. Any comments/suggestions if there is a better way?
Yup, auto-launch flow would be the right approach. Based on your use case we might be to use combination of PB and Flow. This video explains all involved steps and logic. https://www.youtube.com/watch?v=37KrxoxrSZ0
Hi there,
I posted a question in one of yours session in SF DX and you asked me to post here.
1. I would like to know if we can use "inherited sharing" with a post install class?
Example: ClassA is the PostInstall and I have class B that I want to set the inherited sharing, because I use that in ClassC which is with sharing.
2. Is there a way to know all if the user has access to all the fields at once instead of checking each field?
I was wondering if there something like Account.getAllUpdatableFields() or getAllCreatableFields() or something like "insert account SECURITY_ENFORCED"
Thanks in advance!
1. Have never built a PostInstall Apex class, so I do not the answer to this. But it should not be hard to create a test. If it can be done, then I think it would be a good use case.
2. Are you familiar with the StripInaccessible feature? This could help you implement what you are trying to accomplish
Need to call an @InvokableMethod from a Screen Flow on the Lightning Record Page of a Contact and pass that Contact to the method. I can't seem to get it to work. I'm using the Screen Flow as a button of sorts to kick off the Apex. Any suggestions on how I can pass that Contact to the method? I know the @InvokableMethods need to have lists as inputs. maybe that's what's throuw me off because I done see "RecordSet" as in input option for the Apex Action in the Flow. I only see "Contact: Record (Single) Variable"