The Query at 8:00 has an issue. While a Parent to child nested query requires the plural name of the object, it still needs the "FROM ", which the example is missing. Vishnu corrects this at 9:00
it shows "" THIS DATA CANNOT BE DISPLAYED IN A TABLE "" error while the query SELECT Id, Average_Survey_score__c FROM Account. Could you please help out?
amazing content! thank you. How can I use a context variable in the soql data source? ie. select id,LanguageLocaleKey from user where id = {User.userId} ? seems that the syntax is incorrect and I cant find any documentation on this. Thanks again!
Hello Vishnu, videos are good. But one feedback is here: it would be great, if you can add one business use case before starting the video. Hence, it will create more business value. As a functional consultant, it is very difficult to visualize, where or in which scenario we will use all these functionality or in which sense we will suggest all these functionality to client and convince them
Really enjoy your videos.
Good Video, Keep posting such Videos.
Thank you, I will
The Query at 8:00 has an issue. While a Parent to child nested query requires the plural name of the object, it still needs the "FROM ", which the example is missing. Vishnu corrects this at 9:00
Hi Sir, Iam getting No Component error while preview the flexcard I searched in google I didn't get any idea. can you help me for this to resolve
Good video !!!
Best Content !!
I imported the "Custom Datasource" flex card from GitHub but I don't see that flex card in my flex cards list view.
If it was successful while importing then it should come in the FlexCard.
Can you please give it another try.
it shows "" THIS DATA CANNOT BE DISPLAYED IN A TABLE "" error while the query SELECT Id, Average_Survey_score__c
FROM Account. Could you please help out?
amazing content! thank you.
How can I use a context variable in the soql data source? ie. select id,LanguageLocaleKey from user where id = {User.userId} ? seems that the syntax is incorrect and I cant find any documentation on this. Thanks again!
Hi Vishnu, how can we make the field hyperlink in a datatable in flexcard
Hello Vishnu, videos are good. But one feedback is here: it would be great, if you can add one business use case before starting the video. Hence, it will create more business value. As a functional consultant, it is very difficult to visualize, where or in which scenario we will use all these functionality or in which sense we will suggest all these functionality to client and convince them
How can we get lookup field name in datatable by using soql query in Flex Card?
Hi, I am not getting any value when adding {Contacts.records} in the text. I've also tried {Contacts.records[0].Name}. What could be the issue?
Contacts.records[0].Name wont this array Index start from 1 ? You said in OmniStudio Array Indexes start from 1 right ?
can we use two result json path at the same time like movie1 and movie2 in same flex card.
No, we can't. it iterates on the list.
Hi How can you implement Google captcha in ominiscript please explain
I haven't tried it. If i do, will post a video about it.
Please try asap and your explanation is very good for learning new things in Velocity