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

How to print amount is words in arabic

$
0
0
Dear All,

For one Arabic customer, On Print PO, we want to prin amount in words Arabic in Arabic Language

How to print, kindly suggest.

Thanks

Baan IV and New SQL Servers?

$
0
0
Hi All,

We are in the process of upgrading the Windows Server 2008 installations that run our installation of Baan IV.

Our database is currently in MS SQL Server 2008. We are looking to upgrade to something newer when the new VM is created.

What is the latest version of MS SQL Server that we can use with Baan IVc4?

Thanks!

Error when destroying the quantity in warehouse inspection

$
0
0
Hai,
i want to destroy the quantity in warehouse inspections while saving the data throws a error that "Item field has invalid value in the adjustment order lines.
Reason: HSN code is empty". i checked the adjustment order against item and there is no order with this item and checked the HSN code also.
Help me soon as possible.

Regards,
Kiran.

BaaN Developer (m/w/d)

$
0
0
A new job entry has been added:

BaaN Developer (m/w/d)

Quote:

We have an open position for a BaaN Developer here at B/E Aerospace Systems GmbH, a Part of Collins Aerospace in Lübeck, Germany.
Responsibilities includes:
  • Maintaining, Supporting, and Improving the local BaaN IVc4 environment
  • Developing further customizations to improve current process
  • Assistance in Administration of both the BaaN ERP system as well as the Oracle Database 

Report npt generate on LN UI

$
0
0
Hi all,

In the same time, I have been created report 3 report per times.
I developed and tested report (include to debug) in LN studio that it's work (gen 3 report / times)
but when I promote to Web LN UI and tested to run, report gen 2 of 3 report.

I am not sure, what is the problem?

Could you please advise me about this one?

Looking for Job change in Infor LN Functional Consultant Finance area

$
0
0
A new resume entry has been added:

Looking for Job change in Infor LN Functional Consultant Finance area

Quote:

·                Expertise in troubleshooting of Infor ERP LN Functional issues
·                Involved in 1 end-to-end implementation as Finance expert
·                Experience in querying data with SQL and understanding including table joins, updates, deletes, preparing reports

Outbound Order Line (Transfer (Manual) ERROR MESSAGE

$
0
0
Hello

During a manual WH Transfer from on Warehouse (no Locations) to a WH Receipt Warehouse (with Locations) we are getting the following error message:

Message(s)
--------------------------------------------------------------------------------

Inventory Date cannot be filled if Item is empty.

Outbound Order Line (Transfer (Manual) TR1617380 - 1 / 10 - 1): The Inventory Date field must be empty in Handling Units.

We have enough inventory and the dates are lines up..?

Please see the attached document for details.

Thanks a lot for your replies ! :)

MERCI

Bertrand

Attached Images
File Type: png 2019-08-23_16h57_32.png (113.2 KB)

Whats next for Baan / LN Admins?

$
0
0
Hello All,

I have been hearing a lot about the Infor Cloud offerings and I was told that Infor Admin roles are going to be obsolete. So in this scenario, what else can the Admins look forward to? Considering if they don't have any coding expertise?

This question has been bogging me for quite sometime now and thought of putting it here and see if anyone out there also shares my thoughts (pain) and see where we can head from here. I am referring to Admins with 10+ years of experience.

Any thoughts are appreciated.

Thank you.
B

Technofunctional

$
0
0
A new resume entry has been added:

Technofunctional

Quote:

1. Total 25+ Years experience in Baan, LN 10.3,10.4,10.7 with Tools Development Knowledge
2. 3 Full cycle Implementation as Logistics Consultant
3. Total around 10 projects worked with Development experience. 
4. Project Management experience in one of the project.
5. Conversant with As-Is, To-be, Solution Build up, CRP and Go Live Process of Impementation.

Infor Ln Administrator

$
0
0
A new job entry has been added:

INFOR LN ADMINISTRATOR

Quote:

Hi 

We are hiring for below position with immediate interview. If interested please share your resume to ani@manumedisoft.com or call me at 630 800 4074. This is a immediate interview and sure shot closure requirement.

Position 1:

LN SERVICE FUNCTIONAL CONSULTANT
Location : KANSAS

Position 2 :
INFOR LN ADMINISTRATOR
Location: CALIFORNIA
Experience : 5-10 years

Position 3: 

INFOR LN DEVELOPER
 Location: CALIFORNIA
Experience : 2-5 years

Position 4: 

INFOR M3 CONSULTANT 
LOCATION–GA 

Workbench start very slow at first time

$
0
0
Hi!

We've faced an issue with the workbench type sessions:
At first time the session (for example tdpur4601m200) load very slow, and after that the session start normally. Only in this type of sessions (workbench) occurs the problem. After the Call Graph observastion it's look like the ottstpstandard function call use almost all the run time (image attached)


Any suggestion for this problem?
Thank you in advance!

Attached Images
File Type: png cgr.PNG (50.2 KB)

View datas in an existent table

$
0
0
Hi everyone,
I have another problem: I have to see the data from a table existent.
From what I understand I have to create a script and inside the declaration I have to insert the name of the existing table, then in the section of the program I have to add the query: I thought of putting a query string in the declaration that stores the query I have to create.
The query I thought of creating is the following:

Code:

-----program section----
before.program:
 query = SELECT ttdsls400.*
              from  tdsls400

Are there any other things I need to add besides the select?
Doing the conditions for domains?

Thanks and regards,
-RavCoder-

reset.suppress() in report script

$
0
0
Hi,

I want to suppress Identical values using reset.suppress() in the report script identical to Suppr.Ident.value() in report layout for tdsls943.pono.

When I use through Report Layout the Label gets printed too?

Any guess.

hide blocked dimension from overview session

$
0
0
hi,
i need some help on how to hide blocked dimensions. for example dimension1 AAAAA in tfgld010 table is blocked for manual input and i need that AAAAA can't be used in all other sessions during zoom from parent session. something that works like query.extend.where in a ue program of the tfgld010 dal.
any suggestions that really work is very much appreciated.

thanks,
jojo

Error script

$
0
0
Hi ,
I have these errors in my script:
Code:

ptdsls05010 ( 84): Error: '}' not expected
ptdsls05010 ( 87): Fatal Error : FUNCTION within function 'create.records' not expected

this is my code:

Code:

---------FUNCTION SECTION------------
functions:
function create.records()
{
select tdsls400.*
from tdsls400
selectdo
select tdsls401.*
from tdsls401
where tdsls401.orno = tdsls401.orno
selectdo
endselect
}


How don't have duplicate value in a display session?

$
0
0
Hi,
I created this thread to know how don't have duplicate value in a display session.
I created a session that diplays some value (business partner in table tdsls400), but I don't know how "delete" duplicate value.

Code:

declaration:

table ttdsls400
string old.ofbp
**********MAIN TABLE SECTION**************
main.table.io:
after.read:
if old.ofbp = tdsls400.ofbp then
              skip.io("")
else
      old.ofbp = tdsls400.ofbp
endif
*********FUNCTION SECTION**********
functions:
function view_data()
{
 select tdsls400.ofbp , tdsls400.orno
  from tdsls400
  selectdo
  endselect
}


Attached Images
File Type: png Capture_5.PNG (11.3 KB)

I'm searching to get order pegging relation to Child Item Prod Order of Main a ITEM

$
0
0
Hello Everyone

I have to create a report to know the status of child item's production orders (mfg items in the BOM) against the Main ITEM. I did not find all the relations in table cprrp040 against the transactions in table cprrp041. where as pegging session gives the complete three for said main item.

Please HELP.

Regards,
SUKHDEV SINGH

Zoom field wont return in UI

$
0
0
Hello.
I have a simple List window. One of the fields is Country of Origin. I have field zoom setup to go to tcmcs0128m000 and return tcmcs028.ccty. In BECS the field is returned normally. In UI the field will not return.

I experience the same results on similar fields (e.g., HTS code). So I would think it is not the standard session.

Any thoughts why this is not returning in UI?

Thanks,
Dan

i want to write data directly in data

$
0
0
is there any method available in baan through which i can directly write data from session field in table
for example
i am entering following detail user_id, user_name,user_password
before entering user_name can i save user_id in table or how can i freeze it

Error "Illegal char ASCII"

$
0
0
I have an error in a script:
Code:

ptdsls24000( 25) Error: Illegal char ASCII: (160)
ptdsls24000( 25) Error:'ILLEGAL CHAR' not expected
------Too many errors, goodbye.

My script:

Code:

----declaration:
table ttdsls400
table ttdsls401

extern domain tcorno      orno.f fixed
extern domain tcorno      orno.t fixed
extern domain tcyesno    txta.txt
extern domain tcyesno    txtb.txt

extern domain tcqsl1  qoor
extern domain tcitem item


double sum_quantity
double sum


******group section********
group.1:
init.group:
  get.screen.defaults()

******** choice section********

choice.cont.process:
on.choice:
execute(print.data)

choice.print.data:
on.choice:
if rprt_open() then
read.main.table()
rprt_close()
else
 choice.again()
endif
******** fields section*********
field.orno.f:
when.field.changes:
orno.t = orno.f

******function section**********
functions:
function read.main.table()
{ select tdsls400.*
from tdsls400
where tdsls400._index1 inrange {:orno.f}
                                          and {:orno.t}
order by tdsls400._index1
selectdo
        select tdsls400.ofbp, tdsls401.item, sum(tdsls401.qoor) : sum_quantity
        from tdsls400, tdsls401
group by tdsls400.ofbp
selectdo
sum = tdsls401.item + sum:quantity
endselect

rprt_send()

endselect
}

I don't understand this error and I never seen it before.
Regards,
-RavCoder-
Viewing all 4216 articles
Browse latest View live


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