Extending Advanced Workflow - Customizing actions

Hello,

Accordingly to Sugar 7.8 Technical Overview, I am trying to extend the advanced workflow by followingthe exemple given (Capitallize action ).

The goal is to capitallize every fields of the bean given.

I created 3 files :
My JSGrouping located in : custom\Extension\application\Ext\JSGroupings\capitalize_action.php
My custom action definition call in : custom\include\javascript\psme\capitalize_action.js
And my custom action class located here : custom\modules\pmse_Inbox\engine\PMSEElements\CustomPMSECapitalizeName.php

I did a quick create and rebuild and I repaired Javascript and JS Groupings.

I also reloaded the entire page but I can't see my customized action in PMSE.

Did I forget anything ?

Many thanks,
Regards,
Bastien.

4370._CustomPMSECapitalizeName.php.txt.zip

8272._capitalize_action.js.txt.zip

8446._capitalize_action.php.txt.zip

Parents
  • HI Bastien,

    Correct me if I am wrong, but are you trying to turn to upper case all the values in the text / varchar fields for the given object bean that is being triggered in the workflow?

    If you find that you can't do this in Advanced Workflow (which is probably the case), let us know. We will create for you a custom script that you can use in SierraCRM's Process Manager that will do exactly what your trying to do. 

    Thanks,

    Bill Convis

    SierraCRM, Inc.

Reply
  • HI Bastien,

    Correct me if I am wrong, but are you trying to turn to upper case all the values in the text / varchar fields for the given object bean that is being triggered in the workflow?

    If you find that you can't do this in Advanced Workflow (which is probably the case), let us know. We will create for you a custom script that you can use in SierraCRM's Process Manager that will do exactly what your trying to do. 

    Thanks,

    Bill Convis

    SierraCRM, Inc.

Children
No Data