You can add it using SQL and Automation.
This is not enough though. You have to add it in Navision as well ... in the Object (BLOB) ... and this seems to me quite impossible... .
Wow, I'm posting into the AX forum ... sorry guys, ignore my post, I don't know anything about AX ... (That's what you can have when using RSS feeds ...)
Wow, I'm posting into the AX forum ... sorry guys, ignore my post, I don't know anything about AX ... (That's what you can have when using RSS feeds ...)
:oops: :oops: :oops:
Waldo,
it is possible to create a feed per forum.
Regards,Alain Krikilion No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
Actually it is possible to in Navision to create field dynamically. All you have to do is insert records into the field table. :!:
I have done this once to change the data type of a field from option to CODE.
I created a temp field in the table transfered the data. changed the data type, and moved the data back. Then deleted the new field. ALL through a report.
Ahmed Rashed Amini
Independent Consultant/Developer
Yes, you can do it. Here is a cod that will help you.
If your control links to the datasource table
control = element.design().sectionName(#Detailed).addRealControl(tableId, fieldId);
Comments
You can add it using SQL and Automation.
This is not enough though. You have to add it in Navision as well ... in the Object (BLOB) ... and this seems to me quite impossible... .
Eric Wauters
MVP - Microsoft Dynamics NAV
My blog
:oops: :oops: :oops:
Eric Wauters
MVP - Microsoft Dynamics NAV
My blog
it is possible to create a feed per forum.
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
Eric Wauters
MVP - Microsoft Dynamics NAV
My blog
I have done this once to change the data type of a field from option to CODE.
I created a temp field in the table transfered the data. changed the data type, and moved the data back. Then deleted the new field. ALL through a report.
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
You made the same mistake as Waldo, this is a Dynamics AX (formerly Axapta)-topic.
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
Eric Wauters
MVP - Microsoft Dynamics NAV
My blog
I am not MVP, but it seems impossible to add field to table dynamically(Using code).
But on form you can do it.
MikeR
thanks,
Mallik
thanks,
mallik
Yes, you can do it. Here is a cod that will help you.
If your control links to the datasource table
control = element.design().sectionName(#Detailed).addRealControl(tableId, fieldId);
MikeR