Search found 3 matches

by jberney
Thu Dec 16, 2021 4:14 pm
Forum: General
Topic: Tax Payment Status
Replies: 1
Views: 4381

Tax Payment Status

Hi - How can I get the value from the Tax Payment Status field? I dont see the tax payment status in the "Taxes" Property. I'm using C#. Please advise. using (IOrder order = os.OpenOrder(orderInfo, OrderEditMode.ReadOnly)) { IList test = (IList)order.GetProperty("Properties"); IO...
by jberney
Fri Nov 19, 2021 7:47 pm
Forum: Integration Development
Topic: Commitment Exceptions with Hyperlink
Replies: 10
Views: 2286

Re: Commitment Exceptions with Hyperlink

Attached a screenshot below
by jberney
Fri Nov 19, 2021 7:29 pm
Forum: Integration Development
Topic: Commitment Exceptions with Hyperlink
Replies: 10
Views: 2286

Re: Commitment Exceptions with Hyperlink

Hi There - This solution works for me. However, when inserting a link it seems like it doesn't insert the link correctly. StringBuilder rtf = new StringBuilder(); rtf.Append(txtExceptionDescription); rtf.Append(entry.Key + " Note: "); rtf.Append(@"\plain\f1\fs17\ul\cf3{\txfielddef{\*\...