This object is in archive! 
Solved
Problem with money box
I have a problem with the money box in the forms
When you type any value in the money box, click outside the box, click the box again and click outside it after doing this the bizagi deletes the typed value, giving the following error message: Invalid Number, checks according to data type R$ 00.00 .
I try some tests when I turn the show symbol to false, the money box work correctly but when I turn the show symbol to true the money box give the error what I say above.
I'm using Windows 8.1
Bizagi version 10.5.0.2121
Tested in 3 browsers, IE, Chrome and Firefox.
the symbol is R$ (brazilian real)
Dear Diego,
We will try to reproduce waht you said. As soon we do it, we will write back.
Regards
Hello!
Juan Zuluaga, can you please help me too?
I trying find one entity to another.
Entity "users_on_service" include system entity "WFUSER". I trying get "users_on_service" to current user.
I'm doing:
var current_user = CEntityManager.GetEntity("WFUSER").GetEntityList("idUser",Me.Case.WorkingCredential.UserId,"","");
var Sotr = CEntityManager.GetEntity("users_on_service").GetEntityList("Polzovatel",current_user[0],"","");
Attribure "Polzovatel" is WFUSER type.
Please help me!
I have error : "BizAgi.EntityManager.CEntityDBTable" to type "System.IConvertible".
Dear Sofya,
According your script, the first part is not correct because Me.Case.WorkingCredential.UserId has already the idUser. The correct way is:
var Sotr = CEntityManager.GetEntity("users_on_service").GetEntityList("Polzovatel",
Me.Case.WorkingCredential.UserId,"","");Regards
Juan Zuluaga , Thank you very much for your answer!
Juan Zuluaga , Can I ask you once again?
I want do that:
Task created and timer is turned on. When the time runs out current user's Boss assigned with current task.
How can I do this?
Dear Sofya,
It means to be a new topic. Please, create a new post in order to be answered. Thank you
regards
Dear Sofya,
In the main window of the forum, you can search by question, idea or problem. After that, there is an option to create a new post. Please follow the attached image.
Regards
I created post http://feedback.bizagi.com/suite/en/responses/assign-task-to-current-users-boss
Comments have been locked on this page!