Title: Message
Thank you. That is very interesting. But still - is it possible to use the same functionality that the kernel uses - to make this work, when integrating Axapta with other systems, reading in new customers and such, using a template that has been predefined ?

Eva Aksnes

-----Original Message-----
From: Mai-Britt Winther (MICROSOFT BUSINESS SOLUTIONS) [mailto:[EMAIL PROTECTED]
Sent: 6. april 2004 15:37
To: [EMAIL PROTECTED]
Subject: SV: [development-axapta] Record template

Hi Eva
 
Det standard record templates provided with Axapta - are triggered from the Axapta kernel - the table must be of type main table in order to ensure that the feature is triggered with Ctrl+N.
 
Best regards
 
Mai-Britt


Fra: Aksnes Eva [mailto:[EMAIL PROTECTED]
Sendt: ti 06-04-2004 15:28
Til: [EMAIL PROTECTED]
Emne: RE: [development-axapta] Record template

Nice, but...
 
Was thinking about the templates that are saved in the system. SysRecordTemplate - thing.
The ones you can choose from the SysRecordTemplateSelect - form.

Eva Aksnes

-----Original Message-----
From: Theissen, Annette [mailto:[EMAIL PROTECTED]
Sent: 6. april 2004 15:18
To: '[EMAIL PROTECTED]'
Subject: AW: [development-axapta] Record template

Have a look at this example.
 
    VendTable tabOrig, tabCopy;
    ;
    tabCopy = tabOrig.data();
   
    // Make some modifications .... at least change the primary key ;-)
 
    tabCopy.insert();
I hope this could help you!
 
Bye, Annette
 
-----Urspr�ngliche Nachricht-----
Von: eva_aksnes [mailto:[EMAIL PROTECTED]
Gesendet: Dienstag, 6. April 2004 13:39
An: [EMAIL PROTECTED]
Betreff: [development-axapta] Record template


Is it possible to use a recordtemplate from code - to make a new
customer or project or item? How?



Yahoo! Groups Links



Yahoo! Groups Links

Reply via email to