- Views (14)
- Replies (2)
- Login to like
- Reply
Reply posted on December 9, 2019 by SaikiranTK
Hi Kanap, We don't want to highlight the whole sentence but just few words within the sentence and also the field is read only.
Collaborate with developers, support engineers, and experts who build and work with Pega products and services. Join us to get fast answers to your questions, and participate in our Ask the Expert sessions!
Congratulations to Anthony Tham for achieving the title of Participant of the Week! Anthony proactively assisted several users with their queries, which helped them progress with the troubleshooting and arrive at successful solutions. We appreciate your efforts to share knowledge in the community. Hope to see you around and keep up the great work!
Hi Kanap, We don't want to highlight the whole sentence but just few words within the sentence and also the field is read only.
Question posted by Sai Charan on December 9, 2019
I've seen the following in the past working correctly var oSafeUrl = new SafeURL("@baseclass.ActivityName"); var request = pega.u.d.asyncRequest('GET',oSafeUrl);
I checked locally and can confirm the behavior, if the property type is "Boolean" only a checkbox is shown. Disregard the last line of my previous comment. I think the behavior is caused *ONLY* when dropping the section in a dynamic layout....
Question posted by SasidharB9516 on December 6, 2019
No. The RobotActivity must be setup is design time. You will need to use a new component for each activity you intend for the bot to handle.
There's really no better way. You could write a C# script to iterate and reset and pass it the TopLevel form (use the "this" property of the form when calling this script). private void resetTextBox(Control control) { ...
I suspect you just shrunk the window to a tiny size and need to stretch it out to a larger one. Does it still do this after you have restarted Studio?
Question posted by mohamedi2127 on December 9, 2019
How do you want to "display" this information? Are you planning to use a modal /overlay? If you are using your own custom JavaScript, you can probably use window.open and window.close to acheive this.
Hi Praneeth, If we don't configure the attachment related properties in the request payload, how would the same be sent through the client and how will pega form the pyRequestAttachmentPage.
Hello, I'm not fully sure but I don't think you can do this Out-Of-The-Box. What Pega version is it? In theory you will always have the possibility to change the format.
Question posted by Vamsi.Thatavarthi on April 17, 2018
The reAssignPage page has to be first created before the flow action is launched. Referring the page in the pyTransferAssignment section directly, creates a blank reAssignPage which is why the drop down has no values. Create a pre-activity in the flow...
Please wait while we search for PDN content that suits your question.