Does CSI or FT provide global user information like User ID in a global variable? I have come across USERNAME(), but this is the system identity. I would require the logged in user name AND user id. Thanks
Hello!, I have a report type form in Mongoose, and a property returns a direct URL to an image: http://server/data/image.png How can I make said image be interpreted and displayed in the report? I'm just getting it to be a hyperlink, but I can't display it in it.
I want to send a notification via email when a note is added to an SRO in Syteline. I have tried IdoOnItemInsert and IdoPostItemInsert on the SLObjectNotes IDO and none of these work. Is there something special with notes? Is there a method that I should be doing a PostInvoke on?
I know I watched an Infor video a few months ago where someone demonstrated how to do this, but I cannot find the video now and have exhausted searches in Help and the Internet. Does anyone know how to reference a Report Data Attribute in the new custom Document Profile Templates? I have tried numerous things and nothing…
I tried to create a new report viewer. but while previewing, I'm getting this error. ***** Error [8/23/2024 6:14:22 AM] ***** Experienced an exception while executing [RenderReport]; Object reference not set to an instance of an object. WSXRuntime at Mongoose.WinStudio.Runtime.WSForm.get_ReportPreRenderTime() at…
I have a custom process in SyteLine that takes images uploaded through our mobile app, generates a PDF report, and automatically emails it to our customers. This setup works well most of the time. However, if the images uploaded are PNG files and there are more than around 10, SyteLine throws an error stating that the…
Can anyone help us we see that the fields are locked in the form, (we have never had this before the cloud), we simply want to add a condition at the bottom of the report. Is there a way to "unlock" the fields in the report?
Hi there, Before I joined the ERP overhaul project at our company, I was told that there was a messaging / task assignment system known as Mingle. My understanding is that this particular method of messaging / task assignment no longer exists and to me it's not clear whether or not there are alternatives to this. We…
Hi, I am creating an IDO Custom Assembly and in C#, calling loadCollection, where I am expecting 50,000 records: LoadCollectionResponseData loadResponse = new LoadCollectionResponseData(); LoadCollectionRequestData loadRequest = new LoadCollectionRequestData(); //Some Code here loadRequest.RecordCap = 0;…
In CSI (cloud), we extend and replace the base form. i.e. instead of Customers, our Site version form XXX_Customers is opened and we write our custom implementation there. In the event handlers, we had to write a handler for StdFormPreDisplay. so we changed it to "From Base Form = False" and wrote our handlers below…
It looks like you're new here. Sign in or register to get started.