Hello, I am trying to upload file into MT Cloud, and then read this file from Mongoose. I suppose, that file upload is done correctly, I have returned file path: But when I try to read it, I receive IO permission error: So file must be accessed some other way? Here is my Form Script code: using System; using System.IO;…
I have created a Send Email event against SLPoItems that retrieves an e-mail value added to a user field called _ATRO_DerPreqAttn. The event is designed to fire an e-mail to the e-mail address specified in _ATRO_DerPreqAttn when a purchase order is received and it works provided the e-mail is a valid address or series of…
Hi, I need to send XML file from Mongoose to IDM via ION API in MT Cloud. I have this FormScript in which I am downloading XML file from url: //<Ref>System.Net.Http.dll</Ref> using System; using System.IO; using System.Net; using System.Text; using System.Xml; using Mongoose.IDO.Protocol; using Mongoose.Scripting;…
Hi All, I have added a custom field(CMS080) to MMS001 and trying to set a value to the custom field via H5 script. But it doesn't seem to work in the H5.XI UI. var H5SampleHelloWorld = (function () { function H5SampleHelloWorld() { } /** * Script initialization function. */ H5SampleHelloWorld.Init = function (args) {…
Hi, I am trying to setup connection to FTP file server from Mongoose. I am using File Servers form, but always receiving this error message Please what am I doing wrong? I already tested this FPT connection from FileZilla and web client, and it's working just fine.
Hello, we have created a new form in our DEM environment which mut be transferred the TRN and afterwards into the PRD environment. The environments are not "linked" for that the TRN does't show up as "Target" in FormSync. I found the article KB 1833865 which tells that it is not possible to transfer between non linked…
Hello, I'm trying to develop a Purchase Price Variance report in Syteline. It seems like the PO Receipts dataview is close, but I need to get the standard cost of the item in the PO receipt at the time it is issued. And since costs can be updated at any time, I can't take the most recent Standard Cost as it may have…
I've developed a stored procedure that executes from a form. The form passes a user specified Cutoff Date and the user's username to the stored procedure. However, I want to effectively close those open vouchers by balancing the open quantities on the vouchers. Has anyone had to do this before? If so, what tables do I need…
The tickbox to Save As Template was indvertently checked when creating a form. How can a form template be deleted from Mongoose. There seems to be no option to do this or documentation regarding it.
Dear Community, I was in a processing of developing a new AppBuilder application. Everything was working well but suddenly I was not able anymore to edit column properties for my Datagrids... when trying to edit column property by clicking on the three dots of the column, nothing happens... I'm not 100% sure at which time…
It looks like you're new here. Sign in or register to get started.