mdekker
13th March 2010, 15:19
Can someone tel me what the easyest way to determine the domain of a field?
mostly: tdsls001.nama domain is: tcnama
but this is not always the case,
Kind regards,
Marc ;)
bdittmar
13th March 2010, 18:06
Can someone tel me what the easyest way to determine the domain of a field?
mostly: tdsls001.nama domain is: tcnama
but this is not always the case,
Kind regards,
Marc ;)
Hello,
print table definition will show all fields an their domains for the choosen table.
Regards
manish_patel
13th March 2010, 19:50
If you want to retrieve domain information at runtime in script; you can use rdi.column() (http://www.baanboard.com/programmers_manual_baanerp_help_functions_runtime_dictionary_information_rdi_column) function.