Edit Application History Widget

93 views
Skip to first unread message

freal...@gmail.com

unread,
Nov 5, 2015, 12:58:44 PM11/5/15
to Fujitsu RunMyProcess Developer Community
Hi.
Is it possible edit the names of application history widget?
history.JPG

Bidisha Das

unread,
Nov 6, 2015, 1:58:33 PM11/6/15
to suppor...@runmyprocess.com
Hi,
You can't edit the default columns(Action,User & Date) of History widget although you can hide them and add your Custom columns.You can hide them by checking the "Visible" checkbox in the configuration of the History widget.


Thanks & Regards
Bidisha

freal...@gmail.com

unread,
Nov 9, 2015, 5:34:34 AM11/9/15
to Fujitsu RunMyProcess Developer Community
Hi Bidisha. Thank you for the answer.
I try hide and create new custom columns. But I can't achieve my goal. In screenshot you can see that column Data, that corresponds to Date column, appear a number and not a date. And in username, that I create a column with Utulizador, appear an message with error.
I already saw this link: http://docs.runmyprocess.com/User_Guide/Development_Environment/Toolbox/Web_Interfaces/Widget/History_Widget

Can you help me?

newapplicationhistory.JPG

Bidisha Das

unread,
Nov 10, 2015, 8:36:18 AM11/10/15
to suppor...@runmyprocess.com
Hi,
What code have you used in the script part of the custom columns in History widget? Remember,History widget is used for displaying column values alone,you can't use any code inside it.

For ex- Suppose you have a Text input with variable "text" and say default value "${P_initiator.login}" and you want to display the login user in History widget.So,you need to write the variable "text" in Historized variables in History widget,then add a column with Name:User and in script,you should write P_historized.text. This would display the current login user in History widget.

The date column in your case is displaying number because you are using Numeric date variable in History widget.Instead,use String date variable while displaying.


Thanks & Regards
Bidisha

freal...@gmail.com

unread,
Nov 10, 2015, 9:36:33 AM11/10/15
to Fujitsu RunMyProcess Developer Community
Hi Bidisha.
I know. I did all of this. You can check my screeshots. Please say me what is wrong. In this case just for date, for I understand.
interface.JPG
measures.JPG
dataScript.JPG

Bidisha Das

unread,
Nov 11, 2015, 12:22:12 AM11/11/15
to suppor...@runmyprocess.com
Hi,
Use String date variable instead of Numeric date variable in History widget as well as Measures in Process.After that, change the Date type to Text in Measure.


Thanks & Regards
Bidisha

freal...@gmail.com

unread,
Nov 11, 2015, 5:22:23 AM11/11/15
to Fujitsu RunMyProcess Developer Community
Hi Bidisha. The result was the same. Check if all are correct.
Regards.
Script.JPG
interface.JPG
measures.JPG

Bidisha Das

unread,
Nov 11, 2015, 6:10:37 AM11/11/15
to suppor...@runmyprocess.com
Hi,
I am again and again asking you to use String date variable of Date widget in History as well as Measure if you want to display as date in report.But seems like you don't understand anything.

Please see attached screenshot.


Thanks & Regards
Bidisha
date.png

freal...@gmail.com

unread,
Nov 11, 2015, 8:20:45 AM11/11/15
to Fujitsu RunMyProcess Developer Community
Hi Bidisha.
Sorry. Now I understand.
I try did what you said for User column:

"For ex- Suppose you have a Text input with variable "text" and say default value "${P_initiator.login}" and you want to display the login user in History widget.So,you need to write the variable "text" in Historized variables in History widget,then add a column with Name:User and in script,you should write P_historized.text. This would display the current login user in History widget."

But didn't work. The content appears empty. How I can show the user name in one custom column?

freal...@gmail.com

unread,
Nov 11, 2015, 8:26:27 AM11/11/15
to Fujitsu RunMyProcess Developer Community, freal...@gmail.com
I already did it. But there is one difference. In the user generate automatically appears the name like hyperlink, with blue color. In the column that I created appear just black color without hyperlink. Why?

Bidisha Das

unread,
Nov 11, 2015, 9:20:40 AM11/11/15
to suppor...@runmyprocess.com
Hi,
The User History that is auto-generated is generated by the platform(RMP server) and hence it is a hyper-link.The one you created is a customization.Hence, if you want to add any feature to it,you will have to do it yourself by adding codes as it can't be automatic.


Thanks & Regards
Bidisha

freal...@gmail.com

unread,
Nov 11, 2015, 10:08:14 AM11/11/15
to Fujitsu RunMyProcess Developer Community
Hi Bidisha.
Thank you.
I try change for link in process the field "text", but the result was the same. I already change the field for email and for url input and the result was the same, too. How I can do for put name as link?

Bidisha Das

unread,
Nov 11, 2015, 10:21:28 AM11/11/15
to suppor...@runmyprocess.com
Hi,
Firstly, tell me what is the need of making it a hyperlink? You can try with html code used to create hyperlink.


Thanks & Regards
Bidisha

freal...@gmail.com

unread,
Nov 11, 2015, 11:03:05 AM11/11/15
to Fujitsu RunMyProcess Developer Community
Hi Bidisha.
I need that appear the name of user, as link, where link is email. I tried create the html and works, but how I can add this to application history? I tried but didn't work.
html_field.JPG
html interface.JPG
measures.JPG

Bidisha Das

unread,
Nov 11, 2015, 11:48:45 AM11/11/15
to suppor...@runmyprocess.com
Hi,
What do you get on clicking the hyperlink you created? 
Sorry,but you can't add such functionality in History widget.So,better use the default User column in History widget.


Thanks & Regards
Bidisha

freal...@gmail.com

unread,
Nov 11, 2015, 12:05:43 PM11/11/15
to Fujitsu RunMyProcess Developer Community
Hi Bidisha.
When I click in hyperlink I want that redirect to mail for send mail for this user, like did the automatic column.
But If I use the default User column, my column names stay in different languages understand?

Bidisha Das

unread,
Nov 11, 2015, 12:30:44 PM11/11/15
to suppor...@runmyprocess.com
Hi,
You said that you have created a hyperlink and it works.So,I want to know what you get on click of it?


Thanks & Regards
Bidisha

freal...@gmail.com

unread,
Nov 12, 2015, 7:58:36 AM11/12/15
to Fujitsu RunMyProcess Developer Community
Hi Bidisha.
Yes, it works, in interface, not in application history, understand? I want that stay like default, when you click, redirect to email provider or something like this.

Murali

unread,
Nov 13, 2015, 5:26:03 AM11/13/15
to Fujitsu RunMyProcess Developer Community, freal...@gmail.com

Hi, 

 

Thanks a lot for your email.

 

The latest queries would require professional  consulting/support hours, as they are application specific.

I cordially request you to let us know your RMP Account ID to which we would bill these hours.

If such an arrangement is not in place, kindly provide us with your company details and the Point of Contact to whom we can connect our Sales Team.


Regards,

Murali

freal...@gmail.com

unread,
Nov 13, 2015, 9:04:18 AM11/13/15
to Fujitsu RunMyProcess Developer Community, freal...@gmail.com
Hi.
Thanks for reply. However now I just use trial version, to see if I want buy or not the licence, so I need support in these days for give my decision. I want help in this question, because I need finished this issue that are important in my project.
Reply all
Reply to author
Forward
0 new messages