CoreBOSBB

Full Version: CobroPago | Payments
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
There two pick list in Payments

I wish set a default value for each pick list, how I can do that?

First Pick List - Account/Contact

I set my system ( at global variable ) to b2c in this case, the default value is better to appoint for Contacts ( today is Accounts )

Both List - Pick list show me all modules ( include modules is disabled )

Is possible, I exclude a disabled module, and set a default module in Account/Contact for Contacts and for Related entity to Service Contract ?
I eliminated the inactive modules with this change:

https://github.com/tsolucio/corebos/commit/407ba66354a44a65fc5361f96e78697f0865bb85

thanks !!

Currently you must change the sequence value directly in the database to order the modules that appear in the picklist. Go to the table vtiger_fieldmodulerel, look for these fields by their fieldid and modify the sequence column so that the first one is the one you want by default.
ok, i will test it

And is possible, with an alternative, you create a new global variables for configured that? I means, setting a default module for both lists?

Remove disabled modules = Works fine!

Thanks!
I have setting and ordering the module list on the project To Do list. It is a little more complicated than it seems, but we will get to it.

Glad that worked