Using table functions

Writing a dataport into the contact table, I see that there’s a function CreateInteraction, which is (hopefully) exactly what I want to do. How do I discover what it does/how to call it ? Is there documentation somewhere, or some magical way of expanding it in the dataport code window, or do I have to have full access to the table code to read the source ? If it isn’t something I can generally discover for myself, can someone tell me how this function works ?

You need to be able to go to Table source code. There is no magic way. I don’t know if it okay to put the table source code here.

Hi Chris You could also use the Developers Workbench Tool, but I guess that you don’t have full developers licence just dataport designer, in this case you can use the functions in Navision Objects but not view them.

quote:

Writing a dataport into the contact table, I see that there’s a function CreateInteraction, which is (hopefully) exactly what I want to do. How do I discover what it does/how to call it ?
Originally posted by Chris Sharman - 2005 Feb 07 : 15:19:50

You don’t. Anyway Contact.CreateInteraction is the function which is launched by the “Create Interaction” command button on the Contact Card. It builds a temporary table then runs the Create Interction Wizard form. Hardly something you may want to do in a dataport. [:)] Anna