if ( field.field_name === 'myfield'){
lookup_item.filters.myitem.value = 'my words';
}
--
You received this message because you are subscribed to the Google Groups "Jam.py Users Mailing List" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jam-py+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jam-py/881eb7dd-a30c-4fbf-923b-e4ce5d2be6a3%40googlegroups.com.
Hi,
Example from docs:
function on_field_select_value(field, lookup_item) { if (field.field_name === 'customer') { lookup_item.set_where({lastname__startwith: 'B'}); lookup_item.view_options.fields = ['firstname', 'lastname', 'address', 'phone']; } }
To unsubscribe from this group and stop receiving emails from it, send an email to jam...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jam-py/1d01eaae-0712-4d1a-93c0-954a34f7284dn%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Jam.py Users Mailing List" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jam-py+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jam-py/260795d8-5274-47cc-9b05-8cf0f157cd64n%40googlegroups.com.
Well, this was a little complicated!
My software work on V5.4.124. But, I am do patch on V5.4.136.
Files
- sql.py - 4 changes,
- server_classes.py - 1 change and
- databse.py - 1 change,
all of them, assigment value for boolean type of field.
And one @staticmethod in SQL class of sql.py!
All in all, nothing so hard, but very complicated, because Jam.py runtime way.
I think, you are finished with support on version V, I will see on V7 how it doing.
Radosav