Good day
What is the best way of adding an opportunity note from outside Maximizer? I do understand the Opportunity table, but there are fields that the system should generate for you (e.g. DataMachineID etc.).
I tried using Maximizer.Data (The .NET assembly provided), but I could not generate a note. Below example code is given:
Maximizer.Data.Note aNote = new Maximizer.Data.Note(ParentKey);
It returns with an error that the key is not understood. I assumed that the ParentKey is the Opportunity Key? If not, what should I do then?
If possible, could you please give me C# example code?
Help appreciated!!!!!!
Kind regards
Jaco Pretorius
Original Post