Thanks for sharing information Can you provide audio, it will be very helpful
@xwhyz9757Ай бұрын
In my case, when i hit the download button, file zip is downloaded but the loading spinner is never end. Any suggest ?
@pegaforlife315428 күн бұрын
@@xwhyz9757 yes you need to add a hardstop using a when condition if thats happening you can figure it our from the tracer
@vocabsevrydayАй бұрын
Waiting for the implementation sir post soon sir.
@THARUNKTАй бұрын
Seen interfacing this with arduino and othet basic embedded programming, But quite first time with PEGA
@rajgoswami9805Ай бұрын
Great to see this Bibhas. Well done ✔
@bk2064Ай бұрын
Thanks Raj
@matheswaranravichandran6445Ай бұрын
Great !! Implementing this in a widget would be more UX !
@pegaforlife3154Ай бұрын
Yes Ravi
@AbdelkarimKhfifАй бұрын
Great, please can you share with us the steps ! Thanks 👍🏻
@dhanunjayarao1459Ай бұрын
Great short introductory. Waiting for how you implemented this.
@ritvikm7772 ай бұрын
I used the same steps but my harness is not showing in the app studio under add landing pages. I created in UI pages class and even marked the record as relevant and logged off and logged in as well, but cant see it.
@abcxyz-vb5qn3 ай бұрын
In my case it creates multiple sub folder in the zip....and then i find those attachments
@MrVasantharao4 ай бұрын
Very nice explanation from scratch about Component thank you for your video and Can you make video on Built on Applications from scratch??👏👏🤝🙏
@sanubangale45354 ай бұрын
Audio is not available
@Vijay_Tummapala4 ай бұрын
How to create test case for flow rule. Can you do video on that. Thanks
Very good exposure and explanation @pegaForLife Please do more videos and post on CDH.
@everything10395 ай бұрын
Hi sir small query...do the client requires Dx APIs in real time....if they require to create cases service from theier end ...we can give dxapis right insted creating service rest from our end....what exactly the reason dxapis came into effect do you have idea ?
@pegaforlife31545 ай бұрын
You are Right Lets Say we have a Frontend Application in React and backend Flow is Using Pega Workflow , Dx Api will Provide The Meta data of the UI and the Case Details Along With The Action to The React Developer who will encorporate the forntend with data from DX API From Pega.
@PraveenKay-wq2ut5 ай бұрын
Cool... 👍👍. Would be more helpful if you could Summarize initially how you are going to achieve this. Really Appreciate you for the video. Thank you.
@rushshah38916 ай бұрын
I would suggest explain what you are going to work on job scheduler, high level scenario before implementing code changes. That may help others. Otherwise good job on preparing and sharing knowledge.
@pegaforlife31546 ай бұрын
Thank you For Your Valuable Feeback i will Take that into Account for Sure 🙂
@java2architect6 ай бұрын
I want to simply include everyting in subreport without doing in join. I can't seem to do that for some reason. I want to reuse report. It is giving me say 4 rows. Then later I want to filter additionally in main report to get it down to 2 rows. Why can I simply not get everythign in subreport into main report first? There is no join condition i have to specify between main report and sub report. But Pega will not save my configuration and insisting on one.
@pegaforlife31546 ай бұрын
In Pega, sub-reports allow you to include results from any report definition (including a report definition defined on a different Applies To class) in another report definition. However, it seems like you’re having trouble including everything from a sub-report into the main report without specifying a join condition. Here are some things you might want to consider: Sub-report Configuration: Each sub-report should be configured properly before you can refer them to your main report. This includes setting up the sub-report result count, column inclusion, join condition, column alias, and parameters. Join Condition: While it might seem counter-intuitive, a join condition is often necessary to establish a relationship between the main report and the sub-report. This is similar to how a sub-query works in SQL, where the sub-query is used to return data that will be used in the main query as a condition to further restrict the data to be retrieved. Alternative Approach: If there’s no common column to join on, one workaround could be to create a calculated field that extracts the common values from the columns you want to establish a match on, and then use those calculated fields to join together. Remember, the configuration of your sub-report and the relationship between your main report and sub-report can greatly affect the results of your report. If you’re still having trouble, I would recommend checking the Pega community forums or reaching out to Pega Support for more specific guidance. Hope this helps! 😊
@java2architect6 ай бұрын
@@pegaforlife3154 Actually Sub-Reports do not quite work as generic subqueries. In other words Select * From (Select * from SubReport) is not possible in Pega. Pega often makes "Reuse" a 4 letter word like "Pega" itself. Totally not worth the time. Copy Paste Modify works.
@saitejeshwarreddy35986 ай бұрын
Very informative sir
@pegaforlife31546 ай бұрын
Please Keep Supporting
@karthikyuvi92487 ай бұрын
Thanks it helps a lot and one more doubt can we try with Microsoft copilot also like integrating pega with copilot I tried to generate a api but there is no source in internet to how to generate copilot api key
@bk20647 ай бұрын
Have To check but i think co pilot is powered by Open APi which is paid now earlier it was free
@happyandhealthy8887 ай бұрын
How is this working?
@pegaforlife31547 ай бұрын
Try free api of open ai from rapidapi
@everything10398 ай бұрын
Hi you missed one point.... configuration for email account without that we cant send email right..? But one doubt why we need external op here as mail triggering from email account one
@pegaforlife31548 ай бұрын
Yes i dint Add It as Mostly Everyone configure their email accounts
@kimo4228 ай бұрын
Is it necessary to select External authentication check box in operator rule form when we are using basic authentication?
@pegaforlife31548 ай бұрын
Yes
@NabarunManna9 ай бұрын
How to connect to Gemini ai
@pegaforlife31549 ай бұрын
kzbin.info/www/bejne/fZ7Je2OHpbuVfNU
@praveenkumarrajavel86049 ай бұрын
Can you please expose it with depth technically
@pegaforlife31549 ай бұрын
Please Check the Description where Steps are there with a Video Link on the Implementation
@praveenkumarrajavel86049 ай бұрын
@@pegaforlife3154 thank you
@vivekreddypurra82029 ай бұрын
1. What if there are multiple child cases and we want to get the parent class? 2. Suppose if A is a top level case, B is the child of A, and C is the child of B. How can we get the parent case id of C?
@pegaforlife31549 ай бұрын
Thank You For Your Comments pyWorkCover.pxCoverInsKey in clipboard pyWorkPage.pyBreadcrumbs(2).pyCaseBreadCrumbID Declare_pzRecentsCache.pyRecentListItems(3).pyRecordID pyWorkPage.pyBreadcrumbs(2).pyID
@SnehaGuti9 ай бұрын
you should have explained the clipboard difference between them.
@pegaforlife31549 ай бұрын
Thank You For Your Valuable Comment, Will Take Care of the it.
@pegaforlife31549 ай бұрын
kzbin.info/www/bejne/gXWUfGWJoa9jh6M
@CricketTalkWithMe10 ай бұрын
Explanation was good but pls speak in video then It will be more effective.🙌
@badesab159810 ай бұрын
Plz explain its really Helps lot
@pegaforlife315410 ай бұрын
i am Creating a Document For The Same Will Upload soon
@pegaforlife315410 ай бұрын
wandermindset.com/creating-and-using-pega-component-from-scratch/ Go Ahead Best Of Luck👍🏻👍🏻👍🏻👍🏻 If Still You are having Some Issues let me know in Linkedin Bro Happy to Help
@allenimmaraj10 ай бұрын
👍
@badesab159810 ай бұрын
Remove background noise It gets disturbing
@pegaforlife315410 ай бұрын
please Mute it and watch will add some binaural beats next time
@dattasai670010 ай бұрын
Hi I am not able to get response need more details on how and where you are setting the activity need more clarity on step 2 and step 3
@pegaforlife315410 ай бұрын
updated in the Blogpost in description please have a look Thanks for Commenting🙂
@Puzzle__Planet10 ай бұрын
bro its not working , can you recheck it
@pegaforlife315410 ай бұрын
what is not working ?
@Puzzle__Planet10 ай бұрын
@@pegaforlife3154 while applying save data page to life cycle, it's asking for primary key. And in activity also page copy method got error 😕
@pegaforlife315410 ай бұрын
@@Puzzle__Planet Debug and See and recheck the video you should get it
@Puzzle__Planet10 ай бұрын
@@pegaforlife3154 actually I am fresher , that's why these many questions 😅
@pegaforlife315410 ай бұрын
@@Puzzle__Planet No Prob 80% debugging 20% development always ☺
@pdrchoudhuri422510 ай бұрын
This video is an informative one... If added your voice also could be better sir...
@pegaforlife315410 ай бұрын
Thanks For Commenting Sir , i have some upcoming plans in which i would start recording with Voice If you have any doubt in understanding or need any more info you can very well reach out to me. 🙂
@Puzzle__Planet10 ай бұрын
hlo , r u john wick fan 😊😊
@pegaforlife315410 ай бұрын
yes ☺, no nonsense direct action to the point.
@Puzzle__Planet10 ай бұрын
@@pegaforlife3154 exactly 😁.
@koushikmohan480810 ай бұрын
EmployeeDetList page in Activity should be of data class right in order to commit details to the table?
@pegaforlife315410 ай бұрын
Yes , you can further verify from the blog Link in description
@Puzzle__Planet10 ай бұрын
few days back i have tried but i failed, now ur video helps a lot. TQQQQQ
@FarookqMahaboob10 ай бұрын
Thanks for sharing this Video on Gemini Ai with Pega, Appreciate it. With Pega I believe the implementation process is the same as either Gen AI or Gemini AI.
@pegaforlife315410 ай бұрын
Yes , best would be to find some use case and fit the Ai to that use case 🙂
@dhanushmagee655610 ай бұрын
Nice keep going !
@nikhilgubbala10411 ай бұрын
So that api is valid for only 10days ?
@nikhilgubbala10411 ай бұрын
error”: { “message”: “You exceeded your current quota, please check your plan and billing details.”, “type”: “insufficient_quota”, “param”: null, “code”: “insufficient_quota”
@nikhilgubbala10411 ай бұрын
Help me to solve this error
@pegaforlife315411 ай бұрын
@@nikhilgubbala104 the error has your answer
@pegaforlife315411 ай бұрын
@@nikhilgubbala104 This Link will help you kzbin.info-m6ACi5sr_I
@adnanahmed754911 ай бұрын
Can u explain bro wht u did?
@pegaforlife315411 ай бұрын
I already contacted you in Linkedin right. If you are new to pega pls learn circumstancing topic, then you will come to know about this scenario. but i will Keep your Request do check the description by Eod
Can you plz explain the how to save list of records in data base , i mean when we click the save (or) submit button, the list of records on the screen should move to the data base , i am waiting for ur reply. TQ
@pegaforlife315411 ай бұрын
Create an Activity Step 1 : Page-New for tempage STep 2: For Each EMBD loop for the pagelist Step2.1 : Property -set (All the Properties in Pagelist Map to Temp Page) Step2.2 : obj-Save (Tempage) Add this activity in Submit Buttton
@Puzzle__Planet11 ай бұрын
@@pegaforlife3154 let me try it 😁
@BrainBoostersTeja11 ай бұрын
Can you please tellme how to set my Case need to start for P-00000001 like this ..?
@pegaforlife315411 ай бұрын
For this you need to have a custom logic for case id generation you can put the logic in pydefault dt where case id logic is present
@javvajisatish11 ай бұрын
If we reset it to 1, will it not create any issue with old case which has already created with same 1? Will the data in old case be replaced with new data
@pegaforlife315411 ай бұрын
@@javvajisatish hi Satish the question is not about how i am goin to mantain the old cases which i am sure there has to be an appeoach to handle it, the question is what config i will do to reset to 1 this is just one way there might be many solutions .What if the start case counter starts with 10001 or 101 or 1001 thats upto the business(APBR) i am just showing if you have to reset, this way you can reset
@pegaforlife315411 ай бұрын
ASBR - As per Business Requirement
@rohanzutshi9877 Жыл бұрын
kzbin.info/www/bejne/hKWnZnuOgr6Mbac
@Vijay_Tummapala Жыл бұрын
Same can be achieved by class joins right
@pegaforlife3154 Жыл бұрын
Yes
@pegaforlife3154 Жыл бұрын
Subreport is again a separate query and that results are given to the main query for further condition applied to the main query. Subreport is used when there is no direct relation or in some complex requirements. Whereas Join condition is used when we have the direct relationship with the table.
@Vijay_Tummapala Жыл бұрын
Can you please do detail video on sub reports 1. Business Objective 2. Usuage