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

Baan / Infor LN Senior Application Manager Supply Chain (m/w)

$
0
0
A new job entry has been added:

Baan / Infor LN Senior Application Manager Supply Chain (m/w)

Quote:

Die Messer Information Services GmbH ist das Dienstleistungsunternehmen für Informations-Technologie im inhabergeführten Messer-Konzern. Seit mehr als 100 Jahren verbindet sich mit dem Namen Messer Kompetenz rund um das Thema Industriegase. Darüber hinaus gehören die Unternehmen der MEC Gruppe zu den weltweit führenden Herstellern und Anbietern von lösungsorientierten Produkten und Dienstleistungen im Bereich der industriellen Schweiß- und Schneidetechnologie sowie der Medizintechnik. Mit der Bereitstellung innovativer und praxisnaher IT-Lösungen unterstützt die Messer Information Services GmbH die gesamte Unternehmensgruppe bei der Optimierung ihrer Geschäftsprozesse und trägt so maßgeblich zum Gesamterfolg bei. Die Messer Information Services GmbH hat ihren Sitz in Groß-Umstadt und liegt damit attraktiv zwischen südlichem Rhein-Main-Gebiet, Darmstadt, Dieburg und Odenwaldkreis.


 

Baan / Infor LN Application Programming & Supply Chain (m/w)

$
0
0
A new job entry has been added:

Baan / Infor LN Application Programming & Supply Chain (m/w)

Quote:

Die Messer Information Services GmbH ist das Dienstleistungsunternehmen für Informations-Technologie im inhabergeführten Messer-Konzern. Seit mehr als 100 Jahren verbindet sich mit dem Namen Messer Kompetenz rund um das Thema Industriegase. Darüber hinaus gehören die Unternehmen der MEC Gruppe zu den weltweit führenden Herstellern und Anbietern von lösungsorientierten Produkten und Dienstleistungen im Bereich der industriellen Schweiß- und Schneidetechnologie sowie der Medizintechnik. Mit der Bereitstellung innovativer und praxisnaher IT-Lösungen unterstützt die Messer Information Services GmbH die gesamte Unternehmensgruppe bei der Optimierung ihrer Geschäftsprozesse und trägt so maßgeblich zum Gesamterfolg bei. Die Messer Information Services GmbH hat ihren Sitz in Groß-Umstadt und liegt damit attraktiv zwischen südlichem Rhein-Main-Gebiet, Darmstadt, Dieburg und Odenwaldkreis.


 

Infor LN Consultants needed urgently for Hyderabad location

$
0
0
A new job entry has been added:

Infor LN Consultants needed urgently for Hyderabad location

Quote:

4 yrs total (at least 1 project on current version)
Project experience:
3 full life cycle implementation projects and at least 1 Upgrade/ migration project experience to latest version.
Job Location: Hyderabad

Roles Description: 
The incumbent would be expected to provide consultancy in Infor suite of products to GITL Internal\External customers. They would be required to understand customer requirements / existing processes, implementing/mapping the same in BaaN/ERP Ln, suggesting work-around to ensure that requirements are addressed. They would be required to continuously upgrade their knowledge of the Infor suite of products. He/She would be required to travel on-site for implementation / assignments.
Gap Analysis, documentation, prepares functional specs for customization, functional testing of customization, and document review of Functional Consultant.

Concatenating text out of text manager (tttxt010)

$
0
0
Hello to All,
I’ve a problem with concatenating text.
I have a table tdsls100 (Sales Quotation) with 3 text fields (domain tctxtn = data typ “text”). These 3 fields I’d like to concatenate.

Code:

Extern domain tctext        v1.text, v2.text, v3.text, v.all.text

V1.text = get.text(tdsls100.txt1.c)
v2.text = get.text(tdsls100.txt2.c)
v2.text = get.text(tdsls100.txt3.c)

v.all.text = trim$(v1.text) & trim$(v2.text) & trim$(v3.text)

The text out of these fields I’ve get with a function get.text()

Code:

Function string get.text(domain tctxtn itxtnr)
{
string buffer.line(1024)
buffer.line = “”
select tttxt010.*
from tttxt010
where tttxt010._index1 = {:i.txtnr}
selectdo
        buffer.line = buffer.line & tttxt010.text
endselect
return(buffer.line)
}

The combined text I will show in a report with the variable v.all.text (domain tctext).
When I’m running the report only the first part will be shown (here v1.text)
When I call the value during runtime with Message(v.all.text) there will shown the whole concatenated value.

So I’d have a look a the values in the debugger. Here I’ve found the text value shown as:

v.all.text = “v1.txt \r\n v2.text \r\n v2.text\r\n”

So I think the reason why in the normal report run the concatenated value will not shown in full length is the control sign \r\n.
Question 1: how can I delete these control signs \r\n during concatenating the text.
Question 2: domain tctext is a multibyte string. So how is the maximum length for this field type?
And how can I fill it with the full amount of 3 text files of type tctxtn?

Thanks in advance for reading this long thread ;-)

Best Regards
Bernd

List Window Type Session (Multi Table)

$
0
0
Hi Guys,

I'm making a List Window Type Session but I can't display the other table fields except the main table that I declared. Is it possible to create a List Window type that consist of fields that came from different tables?

My main goal here is to export the data to an EXCEL file. I can't do this in report because as you know when you create a report it goes with pages which is not I need, I need a report that is already ready for an excel format.

Asking for your support,
Amator

export index

$
0
0
Hello,

is it possible to export Entire index?
i.e export("ltlnt515._index1", ltlnt515._index1)

above sentence giving compilation error.i have also tried with define macro but still not working.
I can separately export all field that will work but is there any other way to export entire index w/o using multiple statement.

Regards,
frenny

Process for Material Return from "Consignment Not Owned Warehouse"

$
0
0
Hi All,
Infor ERP LN 10.4
The material is received from Supplier in the "Consignment Not Owned" type Warehouse.
Now I don't want the material for use and want to return back the material to the Supplier,
so what is the process used for returning the material to Supplier from this "Consignment Not Owned" Warehouse without taking this inventory in my stock.
Thanks.

Need a Dev Baan setup

$
0
0
Greetings All,

So I have started at a new company as their IT Specialist with zero knowledge of the Baan ERP system. Now I need to get up to speed on Baan but without playing around in the live environment. Over the weekend I was able to convert the physical machine into a virtual machine and when I started it up I get a license error.

I did some Googling and that is how I found this forum from this thread. I understand the license implications should Infor come and audit us but I really need to get a dev environment to learn this system better.

Would anybody be able to assist me or point me in the right direction in getting this virtual system working? Going by that thread spoofing the MAC address may work and it is something that I will try over the weekend, any other methods to try will be greatly appreciated.

If this is against the forum rules, my apologies.

/found it strange I could not sign up with my gmail accounts but my other account worked perfectly fine :).

Need help to add/modify field

$
0
0
Hi,

I need some help because I would like to add or modify a field in order to store email addresses in our BAAN IVc4
Currently we use the field tccom010.namf to store the email address but sometimes this field is a bit too short.
So is it possible to increase the field length ?
Or better add a field tccom010.email (for example) ?

And for information, I don't have source code.
Help will be very appreciate :)

Error while BOD Registry in ION

$
0
0
Hi All,

I have created following simple xsd:

Code:

<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://schema.infor.com/InforOAGIS/2" targetNamespace="http://schema.infor.com/InforOAGIS/2" elementFormDefault="qualified" attributeFormDefault="unqualified" version="2.12.3">
  <element name="orderNumber" type="string" />
  <element name="businessPartnerId" type="string" />
</schema>

xml file of this xsd is:


Code:

<?xml version="1.0" encoding="UTF-8"?>
<ns2:NounMetadata xmlns:ns2="http://schema.infor.com/InforOAGIS/2">
  <Noun>
      <NounName>SalesTest</NounName>
      <IDXPath>/*/DataArea/SalesTest/orderNumber</IDXPath>
      <SupportedVerbs>
        <SupportedVerb>Show</SupportedVerb>
        <SupportedVerb>Confirm</SupportedVerb>
        <SupportedVerb>Sync</SupportedVerb>
        <SupportedVerb>Get</SupportedVerb>
        <SupportedVerb>Update</SupportedVerb>
        <SupportedVerb>Acknowledge</SupportedVerb>
        <SupportedVerb>Process</SupportedVerb>
        <SupportedVerb>Load</SupportedVerb>
      </SupportedVerbs>
  </Noun>
</ns2:NounMetadata>

This is the first time that I am trying to create a custom BOD and register the same into ION. When I try to register this into ION I am getting "Correlation ID error", It is not showing any detail on the error except Correlation ID.

Can you please verify above xsd & xml and let me know if you see any issue? Also, how can I see error detail related to correlation id?

Thanks,
Anubhav

unable to generate outboun advice

$
0
0
We are having inventory of 14000 pieces of an item as shown in inventory.But when we generate outbound advice the error appears as outbound advice generation shortage.We have traced the problem as to skipping i think the session maintain location lot control.
Anyone please kindly help to rectify the situation so that the 14000 pieces of inventory get released.lorries are waiting for 2 days due to non issue of delivery challans.
Regards
Ubhat

Infor LN Service Consultant

$
0
0
A new job entry has been added:

Infor LN Service Consultant

Quote:

Experienced LN Service Consultant
50 Day Contract  
German Speaking
Consultant will take over LN Services part of the project which is currently in the implementation stage. 
System will be integrated with other LN modules and SCE
If you have the relevant skills please email Oliver Fenton ASAP

refers to using or condition

$
0
0
Moved to correct forum. Tools Development.

If you just want to check if the record exists in the two tables, a better option will be to create two different functions to check if the record exists.

e.g.

Code:

function read.main.table()
{
    select tisfc001.*
    from tisfc001
    where tisfc001._index1 inrange {:pdno.f} and {:pdno.t}
    and    tisfc001.cprj inrange {:cprj.f} and {:cprj.t}
    and    tisfc001.cldt < :prdt.f
    order by tisfc001._index1,tisfc001.mitm asc
    selectdo
                if record.exists.in.ticst001() then
                            do this...
                endif
                ....similar function for ticst002...
    endselect

}

function domain tcbool record.exists.in.ticst001()
{
          select ticst001.*
          from ticst001
          where ticst001._index1 = :tisfc001.pdno
          as set with 1 rows
          selectdo
                      return(true)
          endselect
          return(false)
}

Extexternal reporting device not sending all fields

$
0
0
Hi

We are using SSRS for as a reporting tool, but now for GSt we have added fileds to report for GST taxes but those are not getting exported to XML which is generated by the external reporting device.

Even though the fields are defined in input fields it is not getting sent to XML

Regards
Kedar

Problem during creating Extensions

$
0
0
Hello Experts,

I am facing a problem during creating Extension. It is showing the an error. Please check the attached document.

Attached Files
File Type: doc 10739354.doc (168.0 KB)

Query to extract Import PO

$
0
0
Hi All,

I need your expertise to jive this query with me.
I need to produce a query in foreign currency .
at this moment, I only match between tdpur400 and tdpur401 because user want it to line items and request to have in home currency .
I use currency from tdpur400 and line items from tdpur401.
at moment, I didn't do anything with exchange rate.
however, I'm stuck because this query print hundred of lines despite 7 lines order. I have rectified but still not resolve.
Please help me at least I can display the order lines correct then we go to forex calculation .
below in text the query

--------------------------------------------------------------

select
tdpur401.orno, | Purchase Order
tdpur401.odat, | Order Date
tccom100.nama, | Name
tdpur401.item, | Item
tcibd001.dsca, | Description
tdpur401.qoor, | Ordered Quantity
tdpur401.cuqp, | Purchase Unit
tdpur401.pric, | Price
tdpur401.oamt, | Order Amount
tdpur400.ccur | Currency
from
tccom100, | Business Partners
tcibd001, | Items - General
tcmcs008, | Currency Rates
tdpur400, | Purchase Orders
tdpur401 | Purchase Order Lines
where
tdpur401.odat >= tdpur401.odat.f and
tdpur401.odat <= tdpur401.odat.t and
tdpur400.ccur = tcmcs008.ccur and
tdpur401.cvat = "NOIMP" and
tdpur401.item = tcibd001.item and
tdpur401.oltp <> tdgen.oltp.detail and
tdpur401.oltp <> tdgen.oltp.backorder and
tdpur401.orno = tdpur400.orno and
tdpur401.otbp = tccom100.bpid

----------------------------------------------------------------------------

Thank you

calculate forex PO

$
0
0
Hi All,

I have this report when I compile my report script :

rtdsqldelpo92:
repgen '2tdB61Oa drb sqldelpo9 ' -c 'tdB61Oa drb ' -o "D:\infor\erpln\bse\tmp/tmp076989690" -T 0 -z -qe "D:\infor\erpln\bse\tmp/tmp076989691" -x "D:\infor\erpln\bse\tmp/tmp076989692" -L
bic "D:\infor\erpln\bse\tmp/tmp076989690" -z -u -o rtdsqldelpo90 -f "D:\infor\erpln\bse\tmp/tmp076989689" -qe "D:\infor\erpln\bse\tmp/tmp076989691"
rtdsqldelpo9 ( 46): Error: '}' not expected.
tmp076989690( 31): Fatal Error: FUNCTION within function 'calc.cur' not expected.

my report script :

declaration:
table ttdpur401
extern domain tcamnt amount
detail.1:
before.layout:

calc.cur()

functions:

function void calc.cur()

{

IF strip$(tdpur400.ccur)= "JPY" THEN

amount = tdpur401.oamt / 25.86198

IF ELSE strip$(tdpur400.ccur)= "EUR" THEN

amount = tdpur401.oamt / 0.207314

IF ELSE strip$(tdpur400.ccur)= "SGD" THEN

amount = tdpur401.oamt / 0.322758

IF ELSE strip$(tdpur400.ccur)= "USD" THEN

amount = tdpur401.oamt / 0.233155
ELSE
amount = tdpur401.oamt

ENDIF

}

currently only this 4 currency rate that we use.
I know that user will change the rate from time to time and I should create this script to able trace forex rate from PO as per forex activation date.
for beginning, If I could deliver the query with fix rate, its fine . improvement of this report will be next stage.

hope some one could share idea on this.

Thank you

SQL Help tfgld008

$
0
0
I am trying to create a SQL query from Baan table tfgld008 (Trial Balance) to pull out the ledger account, opening balances, closing balances etc. When I run select * from baandb.ttfgld008 it just gives me the ledger and description etc with no amounts. How do I go about pulling through all the balances? I can see the details in table tfgld3501s000 (Ledger History) but the attributes all revert back to tfgld008.
Any help would be much appreciated….I am very very new to SQL.
:confused::)

Baan ivc4 documentation / help tutorial / entity diagrams etc..

$
0
0
Hi All,

I recently joined a company that uses baan ivc4.

It's pretty much out-of-the-box with no customisation. They dont have any user guides, training material or help files.

The company has no internet access, but I'm told they used to be able to get help info when they clicked the help icon.

So I'm looking for any help on putting together training guides documentation / help tutorial / entity diagrams etc...


Any help is most appreciated. :)


many thanks
D

Infor ION Trainer

$
0
0
A new job entry has been added:

Infor ION Trainer

Quote:

Looking for an Infor ION trainer to provider hands on training.
Can be done remotely.
This is for a one on one training.
 If interested, please reply with your resume and rate to madhu@samaconsultinginc.com 
Viewing all 4216 articles
Browse latest View live


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