#1432 - Related Assigned User
Hi, I like this plgin and tested okay, I would like to confirm the following:
- When assigned user, how can I assigned to the Report To user in the Workflow?
- How can I assigned the record to more than 1 user in workflow? I tried to assgned 2 but only one is receiving the PushOver message.
- I nderstand that the Related To dropdown is from parent_type_display which is originally be used in Meeting module, can we create another similar dropdown specifically for PushOver?
- Can we use our own logo in the PushOver message?
Thanks
6 years ago
Hi, thanks for the feedback and questions.
6 years ago
Hi, thank you for the reply again.
6 years ago
The new version 1.1 now supports sending pushes to the assigned user's reports-to. Please let me know if you have any problems with this new feature.
6 years ago
Hi, as regards to the item #3 above: "Sure, you could create your own dropdown and override the default with an extended vardef. Note that the dropdown keys will need to match the module names in the same way as the parent.", I have created a dropdown names as po_parent_type_display, would you provide an instruction how should I make the changes so that the Parent Module dropdown in Workflow and Related to in PushOver module will show this newly created list?
6 years ago
You can create the file custom/Extension/modules/TT_PushOver/Ext/Vardefs/_overrideParentType.php containing the following:
Alternatively you could add the key => value pair to the dropdown list in SuiteCRM using the dropdown editor. The dropdown you need to modify is called parent_type_display. Note that changing this dropdown will affect other fields that use it.
6 years ago
Hi, I have followed you instruction, but the dropdown in the Workflow doesn't show the list but the name of the dropdown only. I am not a coder and knowing a lot of coding, but i can follow a clear instruction if complete guideline is provided, do you think you can provide a clear guidance a how to do if we do not want to use the parent_type_display? We find the pugin is useful but the dropdoan is bothering us a lot, can you please help?
6 years ago
Sorry I had omitted a line - the file should look like this:
<?php
$dictionary['TT_PushOver']['fields']['parent_type']['options'] = 'po_parent_type_display'; $dictionary['TT_PushOver']['fields']['parent_name']['options'] = 'po_parent_type_display';
Then run a repair. As long as your dropdown list is called po_parent_type_display this will work.
6 years ago
Hi, I have followed the steps but there is only the name of the dropdown is showing in the Related to dropdown field without the options in the dropdown list, i think something is missing, please assist.
6 years ago
I have this tested and working successfully on the latest version of Suite. Please can you double-check the dropdown name in the dropdown editor exactly matches the value in the file (po_parent_type_display) and that the dropdown has values for the language in which you are viewing the application?
If this is still not working please email development at tuitio dot co dot uk with a screenshot of the workflow edit view.
6 years ago
Hi, i got it done, thanks.