I am using this Inbox component. This needs a user object. So I have done
User usr = AppBeans.get(UserSessionSource.class).getUserSession().getUser();
and provided this as input to
messageService.sendMessage(usr,"test","New Object created ", newTestEnitity);
This will send a mail to current user. But if I need to send it to a list of users, I can maintain the list some where, how do we initialize the user object. Means, I have just a name like Thomas and I need to initialize a user object with this string.
Also can we use this to send mails when a workflow activity is assigned? I know there is a process task, but such a mail would help users.
Also, is there a way, to upgrade this component from 6.9 to current 7? I have currently created a 6.9 project.
Unrelated question, as I do not want to create a new thread. In BPM example shown, we see that manager and controller is assigned in run time. Can we have a template stored, which we can bind to the workflow. It will make it dynamic.
Installing the add-on has led to the application menu now located on the left. How and where can I fix it (web-menu.xml has not changed after installing the add-on)?
I want to add localization for buttons and other elements of add-on screens. Tell me how to do it? (I cannot find required *.property files)
About second question:
If I do RUssian localization for all messages.properties files of your add-on, will you be able to include it in the new version of the add-on? And how to do it right, if you will agree with it (I’ve never done this on GITHUB)?
I have one more question, if I may. I need to associate a message ID with some entity in my application. More precisely, to record correspondence within one object in my application. Is there such a possibility?
I installed v.0.6.0 version of this component on 7.1.0 platform. I installed also Declarative controller v.0.8.0.
I’am trying on new project. I added on web-screens.xml follow lines
Is there plans to upgrade this User Inbox to 7.2. It works though, how ever I still see the old style application menu. 7.2 come with new style menu and I tried adding the entry in web-screens.xml, but it did not work. Any suggestions?