Quantcast
Channel: Baanboard.com
Viewing all 4216 articles
Browse latest View live

Infor LN Supplier Excahnge (Full-time or Contract)


Creating a UTF-8 file in Baan

$
0
0
I have a function that creates a HTML file and emails it out to users in a Dal Level. I used a Seq.Open command to create the text file but the issue is the Chinese characters out of LN data fields are not showing properly on the email. Is there any way to defined UTF-8 format inside baan when creating a text file?

Regards,

Eric

Port Code in Export Invoice

$
0
0
Please let us know as where we can maintain Port Code, Shipping Bill No., Shipping Bill date for Export Invoice in LN 10.4 for getting data in GSTR1 report

Logo on Report

automate material rej on production order

$
0
0
Hello,

I'm trying to automate the process of rejecting lot controlled and serialized material items on a production order and am running into problems.
When using LN, the process is to start with ticst0101m000, then move Rejected Materials to Quarantine using tisfc0212m000. Here is the problem when zooming out on the Lot code field to generate the new lot code.
I'm having trouble automating the process of generating a lot # and have it retuned to the calling session.

Has anyone successfully automated this process using AFS or DALs?
Any help would be greatly appreciated.

Thanks,
Sandy

Error while Printing Report in PDF

$
0
0
Hi

While printing report in PDF device I am getting an error.
I have attached both the screenshots of error and device setup.
Please help.

Thanks and Regards,
Arlina

Attached Images
File Type: png Device.png (17.8 KB)
File Type: png Error.png (188.6 KB)

Infor LN 10.5 Logistics Functional Consultant - Project Module

$
0
0
A new job entry has been added:

Infor LN 10.5 Logistics Functional Consultant - Project Module

Quote:

Infor LN Functional consultant is required with an excellent hands-on experience in Projects Module, including contracts, estimation, budgeting, planning, monitoring, invoicing and control on Infor LN 10.5. with min 6-8 Years experince as a consultant of Projects for Construction industry. Perminant position based in Saudi Arabia.

Please send your CV to contact email.

The transaction should start with line number 0

$
0
0
Dear All,

We are getting an error message "TRANSACTION SHOULD START WITH LINE NUMBER 0" in Integration Transaction Log (tfgld4532m000) this is in BAAN IV c4. Can anybody help in understanding this message and how to resolve this?

Thanks
Hari.

Email attachment via custom report

$
0
0
We have a requirement to send an email with an attachment. Recipient information is in one of the custom tables. When the clicks on continue, a report has to be sent as an attachment in an email to the recipient.

We are on Baan 4c4 and latest service pack and porting set.

Thank you!!!

Infor XA / Mapics

$
0
0
Hi,

Does any one has any idea on peer support form like baanboard for infor XA ..? or where can we find ( technical ) materials / documents / training on infor XA ( looking for other than Infor campus training )

Regards
Vamsi.

Web Services (soap.invoke gives status 7)

$
0
0
Hi All

I am trying to use Web Services as mentioned in the programmers Guide
But its giving me status 7, i.e after the soap.invoke call..

Code:

        long msgNode
        long requestNode
        long responseNode
        long methodNode
        long status
        string zip( 64 )
        string result( 128 )

        zip = "10001"

        | Create a new SOAP message
        msgNode = soap.newMessage( URI_SOAP11 )

        | Define the method to call
        requestNode = xmlNewnode( "GetInfoByZIP" )
        | Set the default namespace
        xmlSetAttribute(requestNode, "xmlns", "http://www.webserviceX.NET" )
        xmlNewDataElement( "USZip", zip, requestNode )

        | Add the method to the SOAP envelope contained the in the SOAP message
        soap.addMethod( msgNode, requestNode )

        | Set the SOAP Action
        soap.setAction( msgNode, "http://www.webserviceX.NET/GetInfoByZIP" )

        | Invoke the SOAP request
        status = soap.invoke( msgNode,
          "http://www.webservicex.net:500/Prices?ticker=CCRETT01ATA661N", responseNode )

        | Check the response
        if status = 0 then
                | Get the method result
                methodNode = soap.getMethod( responseNode )
                result = xmlDataElement$( methodNode, "GetInfoByZIPResult" )
        else
                | Something went wrong...
                message( "SOAP Error: %d", status )
        endif

        | Cleanup
        soap.deleteMessage( msgNode )
        soap.deleteMessage( responseNode )

Any Clue?

Where is Low Level Code of Baan IV in LN?

$
0
0
Where is Low Level Code of Baan IV in LN?
Baan IV Field was tiitm01.llcd

I tried to look at cprpd100 for field mrph but it seems doesn't have the right info.
IS there any session which can rebuild the this BOM Level Code?

My main interest is to find the BOM Level code in Multi Level BOM environment.

Thanks

J

LN 10.6 Demand Pegging

$
0
0
Does anyone have any clue how to de-implement demand pegging. We have recently upgraded a FP7 installation to LN 10.6 using DUE. The process was pretty painless other than the fact that in the Implemented software components the Demand Pegging parameter was incorrectly set ON. This is now creating havoc with the system constantly allocating and re-allocating. While the system does generate the allocation change orders automatically this is a lot of additional data being generated that is not required.
We tried to turn the parameter off but then because of all of the existing allocations it was not possible to create the outbound - the system giving multiple messages.
Does anyone have a procedure for the de-implementation of demand pegging?

db.insert() - strange behavoiur

$
0
0
Hi.

We have a baan standard session with source code. In the Debugger, I can see a very strange behavoiur:

1. db.retry.point()
2. ...
3. db.insert() --> data can be seen in the database!?
4. ...
5. other db.insert() --> data can be seen in the database!?
6. ...
7. abort.transaction() --> now the data from 3 and 5 disappear

I would have bet that this cannot be achieved. Any ideas / explanations / hidden global settings that allow this?

Regards
Günther

Experienced BaaN/INFOR LN Consultant

$
0
0
A new resume entry has been added:

Experienced BaaN/INFOR LN Consultant

Quote:

15+ years experience in BaaN IV, BaaN V, ERP LN
Experience of working on implementation, customization and support projects 
Functional knowledge of Baan Logistics, Service, Finance
Experience in handling end to end projects, requirement gathering , gap analysis, presales activities, etc

Need to know what tables link to these fields

$
0
0
I do not have a decoder for the table names in Baan IV and I want to find a couple of tables to link to table ttdsls040600 so I can get an open backlog with some details. I am trying to get our line of business and the stage the order is in.

The fields in ttdsls040600 where I am trying to get the descriptions from are:

t_cbrn (This is the code for our Line of Business)
t_ssls (This is the code for our stage)

Any idea what tables have the descriptions of what these codes mean?

[Extension] Does it have something similar to before.input for a specific field?

$
0
0
Hi,

I have been trying to find a hook in Extension that is similar to before.input in session script.
I have tried almost every hook in both Extension type Table and Session but no luck.
Anyone has an idea for this?

Regards,
Thana

[Extension] Can we do PRCM in extension?

$
0
0
Hi,

I know that PRCM can be done by customizing the sessions, but I would like to know if it works for Extension (sessions) too?
Normally, it has to be triggered by on.choice of choice.bms. However, there is no choice section to implement in Extension.
Anyone?

Regards,
Thana

Multi Byte Storage in Unicode Mode @ Database Possible?

$
0
0
Hi All

I am facing a peculiar situation here. All the Multi Byte Characters are stored well at DB and reproduced well in Text Manager.(Like Chinese,Hebrew and so on)

But the problem is when they are exported as a data, it presents rubbish/Junk characters.

To Counter that, I suggested to use utf8.export() so that the data is exported in Unicode Mode from TSS and this solution works. But now what they want is that without using these commands like utf8.export etc can we get the data in Unicode Mode? Like For example to store the Data in Unicode Mode @ Database?

How feasible is this?

Error in diplay Integration transaction log

$
0
0
error message: cannot define dimension code for ITMGRP,mandatory link ledger account to dimension
Viewing all 4216 articles
Browse latest View live