Search
-
Hi there,
I'm building a small addition to our app which will facilitate multiple shipping address options for a given Sales Order.
I have a separate, popup screen for selecting the shipping addresses associated with a given Customer, as identified on the Sales Order.
The trouble is I can't seem to pass the Shared Result, which is being ...
-
Perfect! Thanks for your help. Part of it was the = vs ==, part of it was I was not referencing the InvoiceLine child object of Invoice, just the global InvoiceLine object which was messing up my references.
-
Hi there,
I'm trying to conditionally hide Detail1 rows where the InvoiceLine.Invoice.Desc field is empty or is null, but it doesn't seem to be working as expected. I've set the condition to IsNullOrEmpty([Item])=True in the Formatting Rule, with the result being Visible = False. The control I've applied this to is the Detail1 ...
|
|
|