Thankyou brother. Much helpful 😊 Will wait for next set of questions
@salesforcein5minutes2 ай бұрын
Coming soon 🙏☺
@vibowplays87162 ай бұрын
Thanks for uploading the first-round video. When will you post the second-round video?
@salesforcein5minutes2 ай бұрын
@@vibowplays8716 soon buddy ☺
@Aravindp-d8k5 күн бұрын
Can’t we use the refreshapex ?
@salesforcein5minutes4 күн бұрын
We surely can
@rajuram.20112 ай бұрын
and Have they asked any question on System Design ?
@salesforcein5minutes2 ай бұрын
Not that much they hired me for tc role
@nitintiwari27762 ай бұрын
What's tc role?
@salesforcein5minutes2 ай бұрын
@@nitintiwari2776 technical consultant
@vinayakbetageri32682 ай бұрын
Thanks brother.
@priivaate2 ай бұрын
Hey hii buddy, how much of Xperienc uh hve???
@salesforcein5minutes2 ай бұрын
I have around 5 yrs exp
@priivaate2 ай бұрын
@@salesforcein5minutes 👍👍
@rajuram.20112 ай бұрын
These question for only 1 round or Its for Both.
@salesforcein5minutes2 ай бұрын
Only one round
@srinivasvenkata85052 ай бұрын
We can't change mode of record triggered flow I think
@salesforcein5minutes2 ай бұрын
@@srinivasvenkata8505 we can, i have faced that issue multiple times because we wanted to restrict the flows based on security. We ran it in user mode
@priivaate2 ай бұрын
I have 1 question.... In second scenario why did you not use wrapper..... Like first convert Json to Apex.. Then JsonWrapperClass wrapper = (JsonWrapperClass) System. Json. deserialize(response, JsonWrapperClass. Class) ; Then without using for loop we can get the data like Wrapper?. personDetail?. Name; Like this
@salesforcein5minutes2 ай бұрын
@@priivaate no need to convert it to wrapper the nodes were directly matching the field api names of object hence i directly type casted it to account and inserted it