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

BaaN/Infor ERP LN, Data Migration, ION and BOD Development and Integrations, XI, BI,

$
0
0
A new resume entry has been added:

BaaN/Infor ERP LN, Data Migration, ION and BOD Development and Integrations, XI, BI, IR, FT Technical and Infor OS

Quote:

<ul type="disc"><li class="MsoNormal">Having 11+ Yrs of experience in Enterprise Solutions<li class="MsoNormal">Working in different versions of Baan namely Baan IV, ERP LN SP0, ERP LN FP2, FP3, FP5, FP7, FP8, FP9, 10.4, 10.4.1,10.4.2 and 10.5<li class="MsoNormal"><span>Expertise in Tools Administrator cum Developer for Baan and ERP LN applications.

Infor LN ERP Functional Consultant

$
0
0
A new resume entry has been added:

Infor LN ERP Functional Consultant

Quote:

<span>Experienced ERP Finance Consultant with exceptional insights into consulting and business requirement analysis in the field of Infor ERP LN implementation.

Senior Infor LN Technical Consultants

$
0
0
A new job entry has been added:

Senior Infor LN Technical Consultants

Quote:

We have immediate openings for two Senior Technical Consultants with 6+ years experience and a Principal Consultant/ Solution Architect with 10+ years of experience in design and development using Infor ERP LN. Candidates must have hand on work experience in LN Tools, with focus on design and development. Openings are based in India. This is a remote work opportunity, you can work from anywhere. Experience with global roll outs preferred.

Principal Technical Consultant/ Solution Architect - 1

Principal Technical Consultant/ Solution Architect

$
0
0
A new job entry has been added:

Principal Technical Consultant/ Solution Architect

Quote:

Principal Technical Consultant/ Solution Architect
 
We have immediate openings for a Principal Consultant/ Solution Architect with 10+ years of experience in design and development using Infor ERP LN Tools in USA. Candidates must have hand on work experience in LN Tools, with focus on functional design and development. Cadidates should have good communication skills, technical writing skills and ability to liaison with customer and translate business requirements into technical designs.

What is mean lattr.prline(1;1)?

$
0
0
Hello anybody,

i want to ask, what is the meaning (1;1) after lattr.prline(1;1).
can i use this function to give breakline for my field?

Code:


field.sls401.txta:
before.print:
        validate.textline()

function validate.textline()
{
        if ( lattr.prline(1;1) = ">" ) then
                lattr.prline = lattr.prline(2)
        else
                if ( lattr.prline(1;1) = "<" ) then
                        lattr.print = false
                endif
        endif
}

Linux password change

$
0
0
Hello Experts,

I have question, we have four app servers and all are setup with shared $BSE. We have a situation now, we wanted to implement password change and when the user is changing the password, it is getting changed in only one server in Linux, due to certain restrictions we are not able to use ssh and change the password across all servers, could someone give my any idea how I can do this with Baan built-in functionalities PWDCHANGE,PWDAGING. Or is there any best way to change the password across all servers.

Regards.

Select All Option on Session

$
0
0
I have one session tipcr0107m000 in LN. Currently select all is disabled in the session. I copied the Session from Standard VRC to Custom VRC and enabled the select all option using form commands. Also i compiled the session after making the above changes.

But still when i open the session the Select All option is still disabled.

The User, Company, Session, Script etc is all linked to correct package combinations and package vrc.

Any help on this will be highly appreciated.

Thanks in Advance.

AFS for move to quarantine

$
0
0
Hi, I want to move all rejected item to quarantine through AFS. For serialised items, in move to quarantine session i have to select serials. It will open timfc0110m100 session with all serials selected, just to click save and exit button. But there is no AFS for save and exit. I tried with stpapi.update followed by stpapi.endsession. But still not working. Can anyone please tell how to move to quarantine for serialised items.
Thanks in advance
I have shared my code
stpapi.put.field( "tisfc0130m000", "tisfc010.pdno", temp.orno)
stpapi.put.field( "tisfc0130m000", "tisfc010.opno", str$(temp.opno) )
ret = stpapi.find( "tisfc0130m000" , error)
if ret = 1 then
stpapi.form.command( "tisfc0130m000", 2, "tisfc0209m000", error )
stpapi.handle.subproc( "tisfc0209m000", "timfc0110m100", "modify" )
stpapi.form.command( "tisfc0209m000", 5, "select.serial.numbers", error )
stpapi.update( "timfc0110m100", 1, error )
stpapi.end.session("timfc0110m100")
stpapi.put.field( "tisfc0209m000", "f.dir.proc.wo", str$(tcyesno.yes) )
stpapi.form.command( "tisfc0209m000", 5, "reject.to.quarantine", error )
stpapi.end.session("tisfc0209m000")
else
dal.get.error.message (error)
abort.transaction()
message(error)
endif

Infor ERP LN business analyst with manufacturing experience

$
0
0
A new job entry has been added:

Infor ERP LN business analyst with manufacturing experience

Quote:

Looking for an Infor ERP LN business analyst with manufacturing experience
- 2+ years experience in ERP LN manufacturing modules, client facing business analyst role
- Strong communication skills.
- Need to have relevant work authorization to work in USA 
- Location - Southern California 

Debug Failure on LN Studio

$
0
0
Hi All,

I try to debug the program in LN Studio but I found the below error messages while debugging. Please you advise.

1 : process 40 - Fatal error : [MR_INDEXOUT] index -1 from Dim [1] 1
2 : process 40 - Fatal error : Can not continue in txmmm9403m000 in DLL: ottstpstandard (scan.atom.line)[last function:max]

Thanks.
Aris

prcm for syncing a satellite session according to the controller session

$
0
0
Hi I am using prcm for syncing a satellite session according to the controller session ..But there is one strange issue I am facing .. In debug it works fine but when I run the session normally it shows the data according to previous record..

Debug is shows correct values but when session runs normally it shows the data acording to previous record .I am doing prcm notifying on the basis of first view second view from controller session

Give break line on Field

$
0
0
Hello guys,

can we put break line on field when display to report and how?
for example:
i have item description : VISCOSITY STANDARD SILICON OIL 100 CPS 96.7 cP (mPa*s), BROOKFIELD @ 600 ML

then i want to put break line after every 40 character like bellow:
VISCOSITY STANDARD SILICON OIL 100 CPS
96.7 cP (mPa*s), BROOKFIELD @ 600 ML

i don't want split the description to be 2 field, but just 1 field to display on report. but when we print the report, the description will be like that.

Financial integration error completing production order

$
0
0
Hi all,

This is related to ERPLn FP0. While doing report order completed, system gives an error message "Production Order/Completion Integration document type not found in mapping scheme.

I have checked active mapping scheme to ensure integration mapping exists, and, it is there. Can anybody tell me what causes this error?

Vishal

XML File

$
0
0
Hello All,

Need one help in fixing the xml file which i am generating from LN program. Line 1 generated in xml file is below:

<?xml version="1.0"?>

I don't want this line in my xml file, instead of this i need below data. Any idea how to achieve this?

<docsets xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="urn:SsproNamespace"
xsi:schemaLocation="urn:SsproNamespace ssdataDXMschema_09.xsd">



Thanks In Advance

Attached Images
File Type: jpg Pic 1.JPG (30.5 KB)
File Type: jpg pic2.JPG (38.6 KB)

To add field in session

$
0
0
Hi,

I would like to add field item group in standard session.
i've copied the standard to my VRC.
Can anyone advised me how to do?
Thank you.

To not display line details

$
0
0
Hi,

I customized the standard report. i would like to hide the details line and print only after.field line as summary.
I try insert lattr.print = false but the detail line is still printed.
if i put 0 at output expression, the data is not come out.
Pls help.
thank you in advance.

java.lang.NullPointerException

$
0
0
Hi All,

I have started to work on BOD recently but I cannot import SyncXXXX.xsd file to the project. I have got error message "java.lang.NullPointerException". Please you advise.

Thanks.
Aris

Attached Images
File Type: png errormessage.png (9.2 KB)

displaying layout in specific line

$
0
0
Hi all,

i have layout with one after report, i'm use this for signature.
how can i put this layout in specific line, lets say in line 50?
i need this cause every detail displaying data in page 1, and then after layout display into page 2 with not data detail displaying. my layout for signature displaying in the top report.

i want displaying may signature after detail data showing. but if the signature move to new page with no data detail, i want move the signature to bottom page.



regards
Susilo

Baan/Infor ERPLN Techno Functional Consultant 10 + years

Long Term ERP LN project. Need Project Manager and Techno/Functional Consultants.

Viewing all 4216 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>