Posts by Paulo Henrique • 320 points
5 posts
-
4
votes5
answers6498
viewsQ: Clear Browser Cache after Version Upgrade
I have the following scenario: Each month we release new versions for our customers, and a lot of the time our customers call in saying that X functionality isn’t working the way it should. Because…
-
2
votes1
answer98
viewsA: Validation configuration in dynamic fields with groups
Manage to solve the question, it will be in the rules we must put the following condition to the object var objRegras = {1:{campo_4:{campo_2: "PH"}}, 2:{campo_4:{campo_2: "KM"}}}; Where is followed…
-
1
votes1
answer444
viewsA: Find objects in mysql
You could try so, where no like passes the idConta SELECT SPECIFIC_NAME FROM information_schema.routines WHERE ROUTINE_DEFINITION like '%idConta%' To discover object definers, work in the…
-
3
votes1
answer98
viewsQ: Validation configuration in dynamic fields with groups
Scenario: The client today has a place in the system, specific to register fields for a process that will be automated these fields that are registered can be (selects, checkbox, radio, textarea and…
-
10
votes1
answer383
viewsQ: Validation configuration in dynamic fields
I have a problem which is this, I have the fields: Name, Age and Text; In a part of the system I register that the Text field will only appear if the Name field is equal to PH and the Age field have…