Пікірлер
@nathanielmartin6631
@nathanielmartin6631 15 күн бұрын
Can you type out the SOQL Query? I'm having trouble getting the SOQL to fetch a record. What I have is "Select Id, FirstName, LastName, Email FROM Contact Where Email = " + "'" + '{Email.value}' + "'"
@nathanielmartin6631
@nathanielmartin6631 15 күн бұрын
nevermind fixed it I changed the '{Email.value}' to {Email.value} without the single quotes and it worked!
@Swift-Cloud-Solutions
@Swift-Cloud-Solutions 15 күн бұрын
Try "Select Id, FirstName, LastName, Email FROM Contact Where Email = " + "'" + {Email.value} + "'"
@rendere48r
@rendere48r 21 күн бұрын
1:02:28 in your video, that's where the turtle is at
@Swift-Cloud-Solutions
@Swift-Cloud-Solutions 21 күн бұрын
Right 🤣
@joulequiet
@joulequiet 24 күн бұрын
Thank you so much! This is exactly what I needed. 👍
@Swift-Cloud-Solutions
@Swift-Cloud-Solutions 24 күн бұрын
My pleasure, happy to help ^^
@mayankpandya9301
@mayankpandya9301 29 күн бұрын
Appreciate your hard work.
@Swift-Cloud-Solutions
@Swift-Cloud-Solutions 29 күн бұрын
Thank you very much, I'm happy to help. ^^
@nathanielmartin6631
@nathanielmartin6631 Ай бұрын
Aww man I missed this week's epsidoe! =(
@Swift-Cloud-Solutions
@Swift-Cloud-Solutions Ай бұрын
The recordings are up on the channel and there is always next week, and feel free to message me anytime
@jozephnady7013
@jozephnady7013 Ай бұрын
Really thanks for that amazing content.
@Swift-Cloud-Solutions
@Swift-Cloud-Solutions Ай бұрын
My pleasure ^^
@ChidanandDontamsetti
@ChidanandDontamsetti Жыл бұрын
Dude what is the data type you used for available and requested in inventories.
@IslamAyoub-q1l
@IslamAyoub-q1l Жыл бұрын
Number
@FlorianMyronStork
@FlorianMyronStork Жыл бұрын
Thank you very much! I learned more than i came here for.
@islamayoub2221
@islamayoub2221 Жыл бұрын
Happy to hear that ^^
@havvacoskun7560
@havvacoskun7560 2 жыл бұрын
Thank you! I recommend your videos to my friends.They are just great.
@Swift-Cloud-Solutions
@Swift-Cloud-Solutions 2 жыл бұрын
You are great, thank you very much ^^
@aliosmanylmaz1382
@aliosmanylmaz1382 2 жыл бұрын
Allah Razi Olsun Thank you
@Swift-Cloud-Solutions
@Swift-Cloud-Solutions 2 жыл бұрын
Thank you ^^
@havvacoskun7560
@havvacoskun7560 2 жыл бұрын
Thank you so much ! Well explained👏👏👏
@Swift-Cloud-Solutions
@Swift-Cloud-Solutions 2 жыл бұрын
Thank you ^^
@Swift-Cloud-Solutions
@Swift-Cloud-Solutions 2 жыл бұрын
www.formstack.com/
@samehalshabi4860
@samehalshabi4860 2 жыл бұрын
You are great my friend Islam, i was doing this in Apex trigger and made me crazy
@Swift-Cloud-Solutions
@Swift-Cloud-Solutions 2 жыл бұрын
Thank you very much, Sameh. I wish I could do it in APEX 😅
@AyaSalesforce
@AyaSalesforce 2 жыл бұрын
Great explanation 👍
@AyaSalesforce
@AyaSalesforce 2 жыл бұрын
Thanks for the informative videos 👏
@pedroprada1
@pedroprada1 2 жыл бұрын
what happens if you have more than 101 payments? Will you run into SOQL limits?
@Swift-Cloud-Solutions
@Swift-Cloud-Solutions 2 жыл бұрын
As soon as the flow hits SOQL 101, it will crash, if there is no error handling, it will show the two red lines, the flow has failed, and the flow will rollback any changes, nothing will be created from this transaction. 100 Payments though don't necessarily mean 100 SOQLs In this video, I used only one SOQL in the get Opp element. Rec Variables and Rec variable collections and create elements don't count towards SOQL Create and Update count towrads DML Limits Get and the filter by inside the Update element count towards the SOQL Limit One Get Element = 1 SOQL That is why it is not best pratice to use a Get element inside a loop because each time it runs, it counts 1 SOQL. Instead we utilize assignements and record variables. I hope this sheds some light
@pedroprada1
@pedroprada1 2 жыл бұрын
Love this.. thank you for sharing
@Swift-Cloud-Solutions
@Swift-Cloud-Solutions 2 жыл бұрын
Thank you ^^
@mikepan9322
@mikepan9322 2 жыл бұрын
Thanks for video. It helps me also on how to use lookup field in flow.
@Swift-Cloud-Solutions
@Swift-Cloud-Solutions 2 жыл бұрын
Glad to hear it ^^
@runner123-v9w
@runner123-v9w 2 жыл бұрын
Thanks for sharing
@Swift-Cloud-Solutions
@Swift-Cloud-Solutions 2 жыл бұрын
My pleasure ^^
@76mikerod
@76mikerod 2 жыл бұрын
Create content! Just starting out with Flows and learned so much. Very much appreciated.
@Swift-Cloud-Solutions
@Swift-Cloud-Solutions 2 жыл бұрын
Thanks ^^
@76mikerod
@76mikerod 2 жыл бұрын
Awesome! Learned so much! Much appreciated..
@Swift-Cloud-Solutions
@Swift-Cloud-Solutions 2 жыл бұрын
Thank you ^^
@babskenky
@babskenky 2 жыл бұрын
Jazzar Khir Lahi, brother for this video!
@Swift-Cloud-Solutions
@Swift-Cloud-Solutions 2 жыл бұрын
Thanks Brother
@alancapodanno499
@alancapodanno499 2 жыл бұрын
Very nice. It clarified alot for me.
@Swift-Cloud-Solutions
@Swift-Cloud-Solutions 2 жыл бұрын
Perfect, happy to help ^^
@ankurrathore1994
@ankurrathore1994 2 жыл бұрын
why you have used Get Account element here ?
@Swift-Cloud-Solutions
@Swift-Cloud-Solutions 2 жыл бұрын
Everyone, Ankur and I had a conversation about this, and he is 100% right. We can create a Record Var of object account and make it available for input, then in the page edit, we can pass all the fields (the entire record). When we do that, we don't have to use the Get Element saving us one element on the way. Thanks Ankur
@Batuhan88557
@Batuhan88557 2 жыл бұрын
Great video, thanks for the protips 😊
@Swift-Cloud-Solutions
@Swift-Cloud-Solutions 2 жыл бұрын
Thank you very much ^^
@ashwintiwari5884
@ashwintiwari5884 2 жыл бұрын
Keep Going and Posting asap!!!
@Swift-Cloud-Solutions
@Swift-Cloud-Solutions 2 жыл бұрын
As soon as possible inshallah
@ashwintiwari5884
@ashwintiwari5884 2 жыл бұрын
Great
@Swift-Cloud-Solutions
@Swift-Cloud-Solutions 2 жыл бұрын
Thanks ^^
@robertdeguzman918
@robertdeguzman918 2 жыл бұрын
Nice one Islam 🎉🎉🎉🎉
@Swift-Cloud-Solutions
@Swift-Cloud-Solutions 2 жыл бұрын
Thank you ^^
@NeymarJr-gb5gl
@NeymarJr-gb5gl 2 жыл бұрын
👏👏
@ashwintiwari5884
@ashwintiwari5884 2 жыл бұрын
Great Begin!!!
@Swift-Cloud-Solutions
@Swift-Cloud-Solutions 2 жыл бұрын
Thank you ^^