Message 1 of 2
Modify fields in the OData table
Not applicable
02-04-2011
09:12 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello
Can someone help me.
I have a table with some fields that OData should be renamed as description below:
Original field New Field
colname = COMARCANOME ------ COMARCA
coldesc = COMARCANOME ------- COMARCA
ColType = CHARACTER ------- CHARACTER
defaultval = "" -------- ""
How do I perform this operation using the function in Visual Lisp:
(ade_odmodifyfield NomTable FieldList)
Thanks