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

Experienced Infor LN Logistics/Service Consultant


Selection Filter in LN

$
0
0
I have Data entry session in LN that has DAL on the main table it using.
I have a two (2) tcclot field (Lot) that zooms to whltc1100m000 and returns whltc100.clot.

Both fields I need to filter the Item to the zoom to session that it picks up the proper Item to the corresponding Lot fields. How do I achieve this? Is it possible to create a filter query in DAL or any way to make this work?

This code does not even gets executed because I am using LN or because I am using DAL in my table?

field.clot.1:
before.zoom:
query.extend.where.in.zoom("whltc100.item = " & quoted.string(cxcsb101.item.1))

selection.filter:
query.extend.where.in.zoom("whltc100.item = " & quoted.string(cxcsb101.item.1))


field.clot.2:
before.zoom:
message("Went to Zoom")
query.extend.where.in.zoom("whltc100.item = " & quoted.string(cxcsb101.item.2))

selection.filter:
query.extend.where.in.zoom("whltc100.item = " & quoted.string(cxcsb101.item.2))

Last record in a report

$
0
0
Is there a predefined boolean or function that lets me know when a report's current record is the last one? I can use things like after.receive.data for when a record comes in, but is there something like after.last.record?

Thanks for any help or direction.

Tab Delimiter

$
0
0
I want to put a tab as a delimiter in my report layout. Normally I just put a pipe "|" as a delimiter but I have a special circumstance where I have to supply the report with a tab delimiter. I want to send this report to an ascii file that I will want to contain the tab delimiter with various other fields. I have tried defining a field using chr$(9) and including this field in the report layout but am not having much luck. Does anyone know of a way to create a tab delimiter in a baan report layout ?

Finance Functional Consultant (Systems Accountant)

$
0
0
A new job entry has been added:

Finance Functional Consultant (Systems Accountant)

Quote:

Finance Functional Consultant (Systems Accountant) - INFOR LN
  • Broad Finance Functional Consultant (Systems Analyst / Systems Accountant) role
  • Location – Sydney Australia
  • Highly reputable group business with a culture of success
We are seeking a candidate who has in depth knowledge of Infor LN (or Baan V) finance module and related business process.

To be considered for this role:

<ul type="disc"><li class="size-normal">You will have a significant experience using, maintaining, supporting and administering a complex financial reporting system. Solid practical experience with Infor LN system (or Baan V) and SQL reporting tools are also essential.
<li class="size-normal">You will have a good understanding of financial mapping, process mapping, aligning business processes to ERP LN processes in both finance and logistics modules.
<li class="size-normal">You will have a strong working knowledge of Excel (advanced Excel skills).

To display max & min date at report layout

$
0
0
Hi All,

I want to display the oldest & latest date in report header which is TDSLS400.ODAT.

I found that there is 1 function called Aggregate Function in report layout.
Try use this function but it's display nothing.

Is there any way to display the MAX & MIN date.

Thank You.

session returns different result if it is started manually, as if running in the job

$
0
0
Does anyone have any idea why one session returns different result if it is started manually, as if running in the job? Session run by the same user, so there are all settings equal. It seems that session when start in job ignores one if statement. If run in job, session returns items which should be eliminated in if statement. If we started session manualy, those items were skipped and this is correct.

Regards.

Invoice Posting Error

$
0
0
Hi All,

I have created one sales invoice in LN and it is drafted and printed successfully. While posting I am getting error as "Can not update transaction type status" in exception report. Also I could not found any entry in application locks related to this.

Please help.. Thanks in advance.

How to add the remarks in an uploading code

$
0
0
i have an uploading that requires to put a text/remarks on header and or lines
i can't figure out how to code this one since base on the table tdpur400 or tdpur401 or any table that has text/remarks ... the remarks is just numbers

any help will be appreciated

thanks

B2Win Suite for Infor LN and Ming.le

$
0
0
A new story entry has been added:

B2Win Suite for Infor LN and Ming.le

Quote:



B2Win Suite combines the latest technology with rich experience in output management. It includes a set of applications that you can use to transform, design and distribute ERP documents and reports across multiple channels and achieve personalized effective communication with your business partners.
Advantages:
  • Works with all Infor® LN versions and Mingle
  • Ready to work with various enterprise systems (ERP, CRM, SCM...)
  • Connects with multiple servers
  • Can be hosted on-premise or in Cloud
  • Powerful administrator tools for greater visibility and control
  • Web-based cross platform system
  • User friendly
  • API

Disaster Recovery in Infor LN 10.3

$
0
0
Hi All,

Is disaster recovery possible in Infor LN or is there any standard document available? Need to simulation between ${BSE} directory and database.

Please let me know.

Thanks in advance...

How to Auto Update PO after Encoding New Price

$
0
0
Hello.

I am updating the Price Book in Quarter Basis driven by the changes in raw material price increase/reduction.

However, the Generated PO before the Price effectivity date do not update automatically based on encoded new price.

This caused Price Variances, allowing me to manually update all the PO generated in the system.

Can I ask for your help how to resolve this issue?

Greatly appreciate it.

How to Filter

$
0
0
Hello.

Our team is in charge of encoding the new prices in the system. Other department will approve the encoded price and cost calculate.

There were items that were not cost calculated (Missed) which in effect caused Price variances.

I would like to know how I can filter in the BAAN system the items that were approved/cost calculated. Hope someone could help assist me to do the works.


Many thanks.

run.prog not working

$
0
0
Hello ,

here is my code to convert .XLS file to .XLSX file

Code:

o.command.line = "/S" & quoted.string("D:\test.XLS")
                        &" /T" & quoted.string("D:\test_new.XLSX")
                        & " /F51 /C-4143 /M2"


ret = run.prog(        "D:\ConvertXLS.EXE", " " & strip$(o.command.line),
                                RP_WAIT, "", file.out, file.err)


but execution stops after run.prog command .
This command is perfectly working in command prompt

Specifying value for enumerated field in query by form

$
0
0
Hi all,

Can anybody guide me how can we specify value for enumerated field in query by form.

In maintain item data session, for item type field, I tried to specify numeric value as well as constant (tckitm.manufacture), but, no luck and getting error as given in the attachment.

Anyone has encountered similar situation ?

Vishal

Attached Images
File Type: png query_by_form.png (49.6 KB)

At the click of a checkbox, want the session to be from Type-3 to Type-2

$
0
0
My Session is a Type-3 (Multi Occurrence with a View field) , Now at the event of a Checkbox i want the session to be converted to Type-2 with showing all the records and not restricting it to with a particular view field.

Things i tried

Tried to select all Projects instead and re-defined query.extend,hit rebuild.query . But i am not getting expected results.

Zoom Session does not refresh its filter value.

$
0
0
field.cxcsb101.clot.1:
selection.filter:
query.extend.where.in.zoom("whltc100.item = " & quoted.string(cxcsb101.item.1) )

field.cxcsb101.clot.2:
selection.filter:
query.extend.where.in.zoom("whltc100.item = " & quoted.string(cxcsb101.item.2))

As long I don't select any value when I zoom to whltc1100m000 and select the "Cancel" button, the item filter shows the proper value e.g. Item 1 and Item 2 respectively for field.cxcsb101.clot.1 & 2. But when I start to select a Lot and press Ok regardgless of any row or column I am in my zoom session will only display the last selected item.

My question is there anyway for me to refresh the zoom session in this case "whltc1100m000" that i honors the value I am passing in the selection filter?
or any other workaround to ensure selection.filter is respective as item that I need to filter with?

multi layered fps in one server

$
0
0
A new blog entry has been added:

multi layered fps in one server

Quote:

Hi 
<span>I want to install fp 7 and fp9 in one server only i.e with tools of fp9 and application of both fp7 and fp7 should be present in one db.

Programming Error

$
0
0
Hi ,
I'm new to Baan , I want to know how to filter the session according to my condition while Zoom operation is occured .
it will be helpful if there have any reply...thanks

Setting query.extention of any standard session

$
0
0
Hello everyone,

I want to set query.extention of standard session (say tiitm0101m000). So that, when the session is started, it will filter and display records based on query.extension.

How can I do it ?

Vishal
Viewing all 4216 articles
Browse latest View live


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