QUERIES used mpaths to get a value.
This is now enhanced: indicated a function to call.
Bit similar to user scripts/user exits.
(I like this change!)
Example:
def callme():
#my complicated way to get a 'alt' value
return 'MY_ALT_VALUE'
structure = [
{ID:'UNB',MIN:0,MAX:99999,
QUERIES:{
'frompartner': {'BOTSID':'UNB','S002.0004':None},
'topartner': {'BOTSID':'UNB','S003.0010':None},
'alt': callme,
},
Original issue reported on code.google.com by hjebb...@gmail.com on 29 Apr 2013 at 10:37
Original issue reported on code.google.com by
hjebb...@gmail.com
on 29 Apr 2013 at 10:37