CoreBOSBB
[solved] workflow issue for task with uppercasewords - Printable Version

+- CoreBOSBB (https://discussions.corebos.org)
+-- Forum: Support (https://discussions.corebos.org/forumdisplay.php?fid=17)
+--- Forum: Administrator Support (https://discussions.corebos.org/forumdisplay.php?fid=8)
+--- Thread: [solved] workflow issue for task with uppercasewords (/showthread.php?tid=1110)



[solved] workflow issue for task with uppercasewords - rslemer - 05-23-2018

I tried use a workflow to execute a function uppercasewords, but in my instalattion not working properly, nothing is changed ..

Same workflow at demo online works properly

How I can trace why system don't works in my installation?

cron is setting and running correctly ...


RE: workflow not working - rslemer - 05-23-2018

I create a new task, send email, email is sent normally ...

In fact workflow is executed, but tasks for upgraded a registry not ...

Strange, system not change a string, if all letters in uppercase ....

If text is lowercase, is transform correctly, but if precious text in uppercase, not working ...

I reproduce in online demo .. now.


RE: workflow issue for task with uppercasewords - joebordes - 05-24-2018

I just did an example in the online demo and it works as expected.

http://corebos.org/demos/corebos/index.php?module=com_vtiger_workflow&action=editworkflow&workflow_id=28&return_url=index.php%3F

remember that this will not update the field in the detail view edit: you MUST reload the page because the save has no idea what the workflows are doing. In other words, do a full edit, not an inline field edit to see the result


RE: workflow issue for task with uppercasewords - rslemer - 05-24-2018

Yes, uppercase and lowercases works .. only uppercasewords works not working

IF string is all letters in uppercase. ( not working )

IF string is all letters in lowercase ( works )


RE: workflow issue for task with uppercasewords - joebordes - 05-24-2018

that is how PHP works

http://sandbox.onlinephpfunctions.com/code/53cafd7afc3575e9306ce4a737df527184bfebfa

Maybe we could change the functionality? I will add that to our todo list. Contact us if you want to prioritize it.


RE: workflow issue for task with uppercasewords - rslemer - 05-24-2018

I can created a expression with like as uppercasewords (lowercase ( filed )) ?

Or I need created a two separated tasks?


RE: workflow issue for task with uppercasewords - joebordes - 05-24-2018

that should work


RE: workflow issue for task with uppercasewords - joebordes - 05-24-2018

very good idea!


RE: [solved] workflow issue for task with uppercasewords - rslemer - 05-25-2018

yes, works.
first I execute lowercase and after that execute uppercasewords

Smile