[solve] Validation with Business Map - Printable Version +- CoreBOSBB (https://discussions.corebos.org) +-- Forum: Support (https://discussions.corebos.org/forumdisplay.php?fid=17) +--- Forum: Administrator Support (https://discussions.corebos.org/forumdisplay.php?fid=8) +--- Thread: [solve] Validation with Business Map (/showthread.php?tid=892) Pages:
1
2
|
RE: Validation with Business Map - joebordes - 02-20-2018 try writing the fieldname all in lower case: "leadsource" and let us know. RE: Validation with Business Map - rslemer - 02-21-2018 When you created works, but when you editing not ... RE: Validation with Business Map - joebordes - 02-21-2018 The same code is executed in all cases, so I doubt that is the problem. I tried it anyway and the field appeared correctly transformed in all three validations. RE: Validation with Business Map - rslemer - 02-21-2018 Try online demo, user testdmy, field industry ( atividade ) RE: Validation with Business Map - joebordes - 02-21-2018 You must use the correct module and field names: Leads > not leads RE: Validation with Business Map - rslemer - 02-21-2018 All module names start with a first letter in uppercase ? RE: Validation with Business Map - joebordes - 02-21-2018 No, each module has its own capitalization. I recommend you access the module and look at the value of the "module" parameter or look in the tabdata.php or modules/ directory for the exact name to use. RE: Validation with Business Map - rslemer - 02-22-2018 What name I use, when wish created a BP in Tasks modules? I testing cbCalendar and Calendar, but not working <map> <originmodule> <originname>Activities</originname> </originmodule> <fields> <field> <fieldname>cf_847</fieldname> <validations> <validation> <rule>notIn</rule> <restrictions> <restriction>Nenhum</restriction> </restrictions> </validation> </validations> </field> </fields> </map> RE: Validation with Business Map - rslemer - 02-22-2018 Solve, correct is cbCalendar |