Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How can I customise the text of pending workflow items on the menu/home page?

0
Posted

How can I customise the text of pending workflow items on the menu/home page?

0

If there are any pending workflow items they will appear as hyperlinks on the menu/home page with the text constructed in the format ‘ where ‘. Using the procedure outlined below it is now possible to customise this text so that it can be more ‘user friendly’. In the ‘radicore/workflow/classes/custom-processing’ directory there is a file called ‘example.zip’ which contains some customisable classes. If you wish to customise the hyperlink text then unzip these files and modify them as appropriate in order to create a column called link_text in each workitem record after it has been retrieved from the database. If the link_text column exists when the menu/home page is constructed then its contents will be used instead of the default text. Below is an example of the custom code: function _cm_post_getData ($rows, &$where) // perform custom processing after database record(s) are retrieved. { // insert custom text into LINK_TEXT foreach ($rows as $rownum => $rowdata) { s

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123