Hi Sir can you please explain embedding a section with "use datapage" and "use page defined by property" options, with the help of any use case. Thanks for the valuable information.
Hey Arjun, thanks for the lovely complement. don’t forget to see the part3. I am working on activity concepts at the Moment. Data page is the next top priority in my list. Hit the 🔔 icon to stay up to date. Thanks
Hello, can u please uploade the explanation of correspondence, skin rule, rule availability, branch, etc..... These are small concepts it will cover 10-15 mins that's it,. Please uploade that also
@@pegahut ok sure sir, I will try to find them once again, but If i dont then please make a playlist with small small concepts like SLA, CORRESPONDENCE ETC...
TimeStamp: 03:40, Can you make a video explaining how classes are liked with pages and other properties... I am very confused about the classes thing, what does it mean to like a property/page to a class? And the flow as well. My last request is, after you complete this, can you make and small application using all the topics, like an application where we are using Data Transform, Pages, Pagelist, flows, section, queue-processor, service-rest etc. so that we know how to integrate all this... I understand the concepts individually but fail to integrate them, like how clipboard is helping us, and is page like an object for a class in java? Btw, great videos! Learned a lot in depth, other channels are just explaining the theory part, but actual implementation they are not doing. Appreciate the effort!💯💯🔥🔥 Edit: I am not slowly getting the class concept here, classes act and an local environment for context of the properties/pages liked to it.... Still amazed my the detailed explanation I got in this video! Will edit this comment further if I learned all the concepts(I mentioned) from your videos.
I am glad that you liked it. Have a look at my data type video and let me know if you understood. Page is same like an object in java. Now main object you have to define in workclass. BUT who holds the value? The property inside the page. So those properties TO BE DEFINED in the data class so you can reuse them. HOW? - consider you got 2 work classes (1- customer, 2-account). They both need to hold customers details like first name, last name, dob. So all you need to do is, in Xxx-DATA-CUSTOMER class define these individual properties (Firstname, Lastname, dob) and in the WORK-ACCOUNT create a page property called customer and do the same in WORK-CUSTOMER class and in the class definition of the page property refer the data class xxx-Data-CUSTOMER and you can reuse tge same data classes Hope you understood. If not I would try and make a separation video to explain the same
@@pegahut Thanks, I understood this concept now in one of your videos! Videos are just awesome man🔥🙌 It was hard to find these types of videos, much needed videos, try adding all the explained topics in the title I guess, I am watching all your videos one by one, going to recommend your channel to all my colleagues 🚀🚀
Hi Tanya When you update the page, internally pega will create some space for all the properties under that page in memory and thats how you wouldn’t see the section. If you think closely a page itself cant hold the value, who holds the value? ITs properties inside the page. That’s why pega initialised all the properties internally. Hope this helps!!
Hai, for "single page" i can be able to create dt for displaying the billing address section fields in the UI but for "page list" i am unable to create the dt for displaying the section
Clearly understood the concept.. thanks for the video
Thanks for the feedback. Glad that u liked it
This is a pure gold of pega 🙏
No one will explain the concepts better than you. Learnt so much from you ❤❤❤❤❤❤
Thank you so much 😀
Great video and very nice explanation.i am waiting for part 3 data transform video.
Sure Ramakrishna, it’s coming soon :)
Thanks Sir for such nice and easy explanation of Data transforms.
U welcome Kunal
Awesome.
Thanks 😊
Sir that example of
Apply Data transform - initialisePage is just wow 😮😮
You welcome 🙏
Thank you sir your explanation is really great
No worries Bharathi. I am happy that you are liking it. Thanks for watching.
Thank you sir for clear explanation
Very Nice Video Sir....Finally I learned how to implement steps in DT
Thanks Rishabh. Glad that u liked it
Thank you, Sir 😍😍
great explanation bro
Thanks Praveen
You explained really well in details.
Thanks for the feedback
Bro your skills are amazing!
Thank you so much 😀
Thank you brother❤🙏🙏
U welcome 🤗
Thank you sir
You welcome. Keep watching, learning and sharing
Hi Sir can you please explain embedding a section with "use datapage" and "use page defined by property" options, with the help of any use case.
Thanks for the valuable information.
Awesome video clearly understood the concept. Can u please make a video on data page
Hey Arjun, thanks for the lovely complement. don’t forget to see the part3. I am working on activity concepts at the Moment. Data page is the next top priority in my list. Hit the 🔔 icon to stay up to date.
Thanks
Please make a video on one demo complete project.
Thanks Sairam, sure have added in the backlog
Thanks Sri
You welcome Suresh. Thanks for watching.
Hi , can you please make a video with calling datapage and passing some parameters to the dpage from dt
There are many videos, even u can find them in the data transformation series or have a look at data page series
Sir, your videos are really good! I have a request Could you please explain the use of Update Case smart shape
Okay sure
sir please make a video also on SOAP and rest protocal.
Sure Subhash, I would post something soon
Hello, can u please uploade the explanation of correspondence, skin rule, rule availability, branch, etc..... These are small concepts it will cover 10-15 mins that's it,. Please uploade that also
Its all there in my videos list. Let me know if you cant find it
@@pegahut ok sure sir, I will try to find them once again, but If i dont then please make a playlist with small small concepts like SLA, CORRESPONDENCE ETC...
TimeStamp: 03:40,
Can you make a video explaining how classes are liked with pages and other properties...
I am very confused about the classes thing, what does it mean to like a property/page to a class?
And the flow as well.
My last request is, after you complete this, can you make and small application using all the topics, like an application where we are using Data Transform, Pages, Pagelist, flows, section, queue-processor, service-rest etc. so that we know how to integrate all this...
I understand the concepts individually but fail to integrate them, like how clipboard is helping us, and is page like an object for a class in java?
Btw, great videos! Learned a lot in depth, other channels are just explaining the theory part, but actual implementation they are not doing. Appreciate the effort!💯💯🔥🔥
Edit: I am not slowly getting the class concept here, classes act and an local environment for context of the properties/pages liked to it.... Still amazed my the detailed explanation I got in this video! Will edit this comment further if I learned all the concepts(I mentioned) from your videos.
I am glad that you liked it.
Have a look at my data type video and let me know if you understood.
Page is same like an object in java. Now main object you have to define in workclass. BUT who holds the value? The property inside the page. So those properties TO BE DEFINED in the data class so you can reuse them.
HOW? - consider you got 2 work classes (1- customer, 2-account). They both need to hold customers details like first name, last name, dob. So all you need to do is, in Xxx-DATA-CUSTOMER class define these individual properties (Firstname, Lastname, dob) and in the WORK-ACCOUNT create a page property called customer and do the same in WORK-CUSTOMER class and in the class definition of the page property refer the data class xxx-Data-CUSTOMER and you can reuse tge same data classes
Hope you understood. If not I would try and make a separation video to explain the same
@@pegahut Thanks, I understood this concept now in one of your videos! Videos are just awesome man🔥🙌
It was hard to find these types of videos, much needed videos, try adding all the explained topics in the title I guess, I am watching all your videos one by one, going to recommend your channel to all my colleagues 🚀🚀
Hello sir,i could not understand how that section came up eventhough in update page we are not setting anything.Could you please explain that
i wanted to understand that initialization part sir
Hi Tanya
When you update the page, internally pega will create some space for all the properties under that page in memory and thats how you wouldn’t see the section.
If you think closely a page itself cant hold the value, who holds the value? ITs properties inside the page. That’s why pega initialised all the properties internally.
Hope this helps!!
@pegahut thanks for explaining sir
Please make video on circumstancing
Sure Rashmi, was busy with some personal Work and then vacation. Now I am back and making things ready for you all :)
Hai, for "single page" i can be able to create dt for displaying the billing address section fields in the UI but for "page list" i am unable to create the dt for displaying the section
Didn’t quite get you. What do you mean by for page list i am unable to create dt?
Sir can you share your email id so that if any doubts we can ask
Pegahut.au@gmail.com
Hi sir u had asked me to share screenshots on ur mail-id but not able to see the comments section can u please share ur email id once again
Hey Its pegahut.au@gmail.com