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

I think I saw a bot spamming posts recently.

$
0
0
I think I saw a spam bot today and I would like to report the user to help identify the bot.

Is there anything like a report user feature in this forum?

Enum table field initialization

$
0
0
Hi,

We have a table field with enum values as a repeating field and is occurring multiple times on a form and the user is making it as blank for each occurrence.
How to initialize enum table filed value to blank/empty so that when user opens it's maintain session, the default values would be blank and user can change it if required.

Thanks,
Arlina

Item surcharges Enhancement Request

$
0
0
Hello all,

May I ask your help with endorsing below Enhancement request for Item surcharges functionality in LN Cloud version? Request is relevant for multi-site scenario and standard cost by enterprise unit.
Right now, it is not possible to define separate item surcharge percentages per enterprise unit. But obviously, in a single-logistic (multi-site scenario), we do need to specify different surcharge percentages by legal entity (for example the same item group may be sourced from different places with different landed cost percentages by the various legal entities). Having the option of defining item surcharges by enterprise unit will help Infor customers calculate an accurate standard cost by enterprise unit.

Please check out the details of the enhancement request and endorse it if you also find it useful.

https://ers.infor.com/ers/Ers_Detail...v=1&erID=43013

Thank you for your support!
Best regards,
Raluca

Import data - BOM

$
0
0
We are using BaaN LN 10.3 .

I want to import a lot of Bill of Materials from XLS to BaaN LN using exchange scheme.

Can anybody guide me in detail what table involved.

Also guide me, what precautions to be taken during importing the BOM's
transactions) how to update in the system.

Please advice.

Regards,

Warehouse - Kanban

$
0
0
Hi,

Has anyone implemented 'Kanban' in ERP LN? I need to know the details of this..is there anyone know bout this. mind to share with me the procedure or guideline..

regards

disable form command: match invoice to rec line

$
0
0
hi,
any possible way how to disable form command in session tfacp2544m000: match invoice to receipt line? is this possible using ue scripts?
regards,
jojo

How to Handle Arrays in Document Output Management (DOM)

$
0
0
Hi Pals,
I have an Invoice report on Report Rules. I have to get the value of company name from the array which contains address lines as well.

Suppose there is a field in Standard Invoice Input Field "r.legal.addr". This is an array variable of data type string. I want to have its first value into DOM.

r.legal.addr(1,1)
How would i get this value in Report rules of that Report?

Thanks in Advance

Spanish language installation

$
0
0
Hello,

can anyone help me to how i can install Spanish language in BAANIV environment ?

Thanks in advance.

ERP LN / Baan Programmer/Analyst

$
0
0
A new job entry has been added:

ERP LN / Baan Programmer/Analyst

Quote:

Description of Responsibilities:
  • Analyze customer requirements to formulate and design solutions based on standard and/or custom components
  • Develop solutions in Baan IV, V, and ERP LN
  • Lead/project manage implementation efforts
  • Assist product manager with pre-sales, development, and implementation efforts
  • Develop intranet/extranet integration applications
  • Support existing customer base
  • Perform unit and system testing
  • Provide onsite consulting services as needed
Required Qualifications:

LN Business Analyst/Consultant

$
0
0
A new job entry has been added:

LN Business Analyst/Consultant

Quote:

Description of Responsibilities:
 
·         Work with clients in defining, gathering and documenting business requirements
·         Assist users in implementing features and functionality within their ERP and related systems

Warehouse - Receipt

set spool.fileout for report

$
0
0
Hi all,

How can I set spool.fileout for many reports?

My script:

long result
domain tcmcs.str15 spool.device.pdf, spool.device.csv

spool.device.csv = "INF_ERS_CSVT"
spool.device.pdf = "INF_ERS_PDFT"

spool.fileout = "Engine.CSV"
brp.id1 = brp.open("rtxtrm140000900",spool.device.csv,1)

spool.fileout = "Component.PDF"
brp.id2 = brp.open("rtxtrm140000901",spool.device.pdf,1)

spool.fileout = "Component.CSV"
brp.id3 = brp.open("rtxtrm140000902",spool.device.csv,1)


|*----------
case 1:
brp.ready(brp.id1)
case 2:
brp.ready(brp.id2)
case 3:
brp.ready(brp.id3)

|*---------------

brp.close(brp.id1)
brp.close(brp.id2)
brp.close(brp.id3)


But I got only one file that is "Component.CSV" :confused::confused::confused:. Could you advise please?

digital Signature on Invoice printed from Baan

$
0
0
Dear All

We have a requirement of putting
digital Signature on Invoice printed from Baan.

Baan IV c4, Windows 2003 Server

Appreciate your thoughs, ideas, methods to go on at it

thank you

Vish

Include dll - preprocessor

$
0
0
Hello,
what is the right way to include dll's?

With the command
Code:

#include "xyz"
When do I use the preprocessor instruction?:

Code:

#pragma used dll        <dll objectname>
Regards
Martin

Looking for LN developers

$
0
0
A new job entry has been added:

Looking for LN developers

Quote:

Infor LN developerColumbus, OH2 years Job Description:1. Consultant should have good knowledge in Infor ERP LN Products2. Hands on experience in Manufacturing, Planning, Sales, Purchase, Warehouse and Service Modules on latest versions.3. Should have experience in handling Inventory valuations, Quality module and its integrations.4. Should have at least one full end to end ERP LN Implementation experience5. An effective team member with strong analytical and problem solving skills.6. Ability to analyze functional and technical needs and identify gaps and alternative solutions relative to existing design. Interpret functional specification and convert it into a technical specification7. Testing and debugging of customization/new developments as per business requirement.8. Technical knowledge of Infor ERP LN and/or Baan Tools will be a plus. This position demands strong analytical and problem solving skills to identify and fix the problem. Also, requires experience in identifying and providing solution to bugs related to standard ERP LN and customized environment.

Firm Planned

$
0
0
hai ,

just want to know, why firm planned appear in planned order?


regard

Attached Images
File Type: png firm planned.PNG (64.1 KB)

err: Argument 1(tfgld106.rate) for function 'round' should have 0 dimensions (not 1).

$
0
0
Hi,

i'm try to add field tfgld106.rate at report Print Finalised Transactions by document, tfgld140615000 and having error "Argument 1(tfgld106.rate) for function 'round' should have 0 dimensions (not 1). (context: Print Expression for Detail 10, line 1, column 112: 'tfgld106.rate')"

May i know what is the error refer to?

your expertise is much appreciated.

Error in 10.7 Report Extension

$
0
0
Hi,
I am facing an issue while trying to run the report with an extension. It is in that part of the Extension Script which we do not have any right to Modify.

I have Attached a screenshot of the error window for your reference.

Attached Images
File Type: png SOA_error.PNG (39.8 KB)

LNUI with ERPLN 6.1 and 10.4

$
0
0
Hi all,

I have configured LNUI with ERPLN 6.1. I am able to login to FP2 environment with LNUI, but I am finding a difference in UI betweeen 6.1 and 10.4.

When logging to FP2 using LNUI, the filter that appears on top of each session is missing, while in 10.4 the filter is available.

I want to understand, the UI difference is because of porting set difference or what.

If anybody can guide me in this regard, I shall be really grateful.

I have attached screen shot for everyone's understanding.

Thanks,
Vishal

Attached Images
File Type: png LNUI_WITH_ERPLN6.1.png (101.0 KB)
File Type: png LNUI_WITH_ERPLN10.4.png (89.0 KB)

Dem Authorization Report

$
0
0
Hi,

We have ERPLN FP2 environment and we use DEM process browsers for ERP users.

Now we have got requirement from auditors where they want to check which users are having what rights on specific sessions.

We have created a report that shows the DEM roles and business processes assigned to employees. But we are unable to get session level authorizations.

Can anybody guide how we can get employee's session level authorizations.

Vishal

Attached Images
File Type: png user authorizations by role and bp.png (50.6 KB)
Viewing all 4216 articles
Browse latest View live


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