I have a report where every page displays the group header value (Address). However, I do not want this to be displayed on the last page. Could you please advise on how to suppress the group header value from printing on the last page?
I want to sort the below values in C#. * * B3a * B4a * B5a * B6a * B7a * B8a * B9a * B10a * B11a * B12a * B13a * L1 * L2 any one have sample c# code?
Hello - I've created a custom c# extension class, in SL 9.00.30, the references the Newtonsoft.Json.Dll library. The code compiles successfully in Visual Studio. However, I get the error below when executing my method from a form in Syteline. How do I resolve this? Could not load file or assembly 'Newtonsoft.Json,…
The current statuses on CO Lines are not sufficient for our business process. We want to add another one instead of just Planned, Filled, Complete, etc. Anyone done this? Pros/Cons?
I am currently trying to add the exchange rate to the order invoice report. Upon investigating SPs called from the report, it appears that when the invoice is generated, it pulls the exchange rate from the invoice header. Where is the invoice header generated when using standard order invoicing? I can't seem to pinpoint a…
I posted this as an Enhancement Request initially, but I hope for a sooner solution in this community... ER110243 - Improve DataView layout of Inventory Aging Report The Report Form option has 5 buckets in 5 columns, but the DataView option has 1 column only which holds values 1 to 5 to represent different aging buckets.…
On the Ship-Tos form, I have a prompt that asks the user if they want to create Customer Document Profile records for the new Ship-To. If they choose "yes", it will execute a method to create the records. The issue I am having is that I only want this prompt to appear once the new Ship-To record is saved. If I add it to to…
For an on-prem environment how are other users handling the Form Sync process that comes from an Uplift. Do you manually record the responses to ensure when you apply the uplift to production your responses are the same, or is there a way to log the changes, then apply those changes without having to go through the whole…
I have an event handler that is trying to get all of the *notes* associated with a Row Pointer. There could be multiple notes and I want to get all of them. This is the Load Collection: IDO("SLObjectNotes") PROPERTIES("SpcnNoteDesc, SpcnNoteContent, RefRowPointer") DISTINCT(FALSE) FILTER(SUBSTITUTE("RefRowPointer= '{0}'",…
I have written an SQL view which works OK and pulls back all the data I expect, when I come to use this in a dataview all the data is not returned it just comes back blank. Are there restrictions when writing views for dataviews on what cant be include e.g. a CTE?
It looks like you're new here. Sign in or register to get started.