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

Infor LN Logistics Consultant

$
0
0
A new job entry has been added:

Infor LN Logistics Consultant

Quote:

Job Description:
Functional: Logistics
LN Functional Consultant with 1 years’ experience in inforln Logistics
·         Handling Day to Day Functional Problem Related purchase/sales/warehouse.
·         Interacting with key-users to understand their problem.

error sending email with html file attachment

$
0
0
hi,
any help in sending email with html file attachment and service name file type is html unicode. error is -1

|Set attachment/body
attachment.ID = cmf.createAttachment(message.ID)
ret = cmf.setAttachmentBody(attachment.ID, ttyeno.yes)
ret = cmf.setAttachmentMIME(attachment.ID, "application/html")
ret = cmf.setAttachmentFileName(attachment.ID, sourcefile, "BodyMessage")

regards,
jojo

Error when use index in report script

$
0
0
Hi,

i would to print outbound with inbound in same row.
so i put script as below but have error
HTML Code:

rwhsqlwhinh200a(  20): Error SQL: SQLState 42I03: Unknown column 'whinh220._index6' (error 302)
Code:

declaration:

table        twhinh220
table        twhinh210


detail.1:
before.layout:
        select whinh210.qrec
        from whinh210
        where whinh210._index6 = whinh220._index6
        selectdo       
        endselect

your assistance is highly appreciated.

Text field in different main table

$
0
0
I am working on a customized session where its main table is a standard Item table (tcibd001). In the session, I want to create a text field, which the data must be saved into another table that is a customized table (not the main table of this session).
The result after I created a text field in the session is that whenever I put some text into the text field and press tab or doing any other actions, the text field will only contain '0' (I used message() to see the value) and the text in the text field will revert back to empty field afterwards.
Any suggestions?

Text Field as view Field

$
0
0
Hi Friends,
I Have created a Customized session, Where i want to enter 10 lines of data for product description, where i took text field and make it as view field.
Here in this field i am able to save data but while opening session unable to view data in that field. could you provide any suggestions.



Thanks,
Bunty Singh

•Baan support (Standard / Customized) day to day site business operations for all Fle

$
0
0
A new job entry has been added:

•Baan support (Standard / Customized) day to day site business operations for all Flex Site across Global in Order / Receiving /

Quote:

<ul role="presentation" class="WEPO WNPO"><li role="presentation" class="WJOO">The Associate Consultant position will be based in Chennai location.

We are looking for someone who demonstrates:
  • Intense collaboration
  • Passionate customer focus
  • Thoughtful, fast, disciplined execution
  • Tenacious commitment to continuous improvement
  • Relentless drive to win
Here is a glimpse of what you’ll do:

Logout process in LNUI 12.2.64

$
0
0
Hello,

I have setup Infor LN 10.4 with LNUI 12.2.64. I logged in LNUI and logged out. Next time when I am trying to login, it just uses my saved credentials to log me in and does not ask for user id and password.

Is there any way to get rid of this? Any way to configure LNUI to ask me every time I try to login?

Thanks,
Vishal

Important Queries

$
0
0
Hi,

Appreciate your quick support here.

1) How to get Gross Margin profit Center Wise or in Short Gross Margin with various price Variance in LN?

2) Which is more suitable for any Business --> Cost price or Valuation price. Need Explanation in detail.

Please feel free to drop me a mail to Praveenpandey17@gmail.com

Compilation error

$
0
0
Hello,

Getting error when compiling the report of standard session.
"Error: Unresolved reference to function 'function.str.replace_.is.not.supported.with.tiv.lower.than.1700'".

Regards,
Kiran Krishna.

rtibom14100200a( 1): No statements expected outside section

$
0
0
Hi,

I'm having error when i compiled the report of tibom141002000.
basically i copied from standard report and add field tibom010.cpha at layout.
but when i compiled, i have this error.
may i know what is it?

Flexible Reporting

$
0
0
Hi All,
Can someone please share inputs on Flexible Reporting, since 'Help' does not provide basics of same.
Thanks in advance.
Rgds,
brgarg.

LN Functional Consultant

$
0
0
A new job entry has been added:

LN Functional Consultant

Quote:

Job Description:
Functional: Logistics
LN Functional Consultant with 1 years’ experience in inforln Logistics
·         Handling Day to Day Functional Problem Related purchase/sales/warehouse.
·         Interacting with key-users to understand their problem.

Extended Warranty

$
0
0
Hi,
I'm looking for information on how the Service module can be used for Extended Warranty. We are currently running BaaN IV not LN. Generally our basic warranty is 1 year parts and labour and we are looking to sell extended warranty on several products on a go forward. How can warranty grades and components be used to accomplish the sale, tracking, warranty claims on both basic and extended warranty and ensuring financial tracking to the correct dimensions.

Thanks
Angelina

Don't print the whole order if whinh200.oset = 2

$
0
0
if whinh200.oset = 2 then I want the whole order to be excluded from select clause.

Could anyone please share the logic?

My logic is as follows.

PHP Code:

select     whinh200.*
from     whinh200
where   whinh200
._index1 inrange {:oorg.f, :orno.f}
                           and      {:
oorg.f, :orno.t}
    
and    
whinh200.sfco = :cwar.f
and    whinh200.stco =:cwar.t
and    whinh200.odat inrange :date.and :date.t
|and     whinh200.oset <> 2     
order by whinh200
._index1
selectdo
    
|orno whinh200.orno
    
|if orno whinh200.orno and whinh200.oset 1 then
    
|    continue
    |endif
    if 
whinh200.orno "111026868" or whinh200.orno "111027563" then
        
continue
    endif 

DAL for Cycle Counting

$
0
0
I am working on a customized session that generates Cycle Counting on clicking a button.

This is for the header part:
Code:

if dal.new.object("whinh500") <> 0 then
                | while dal.get.error.message(error.msg) > -1
                        |message(error.msg)
                | endwhile
                return
        endif
        dal.set.field("whinh500.cwar", warehouse)
        if dal.save.object("whinh500") <> 0 then
                | while dal.get.error.message(error.msg) > -1
                        | message(error.msg)
                | endwhile
                return
        endif
        get.var(pid, "whinh500.orno", cc.order.header)

The header part does not have any problems. However, the problem is in the Line part, which is here:

Code:

db.set.to.default(twhinh501)
        if dal.new.object("whinh501") <> 0 then
                while dal.get.error.message(error.msg) > -1
                        dal.set.info.message("@"&error.msg)
                endwhile
                return
        endif
        dal.set.field("whinh501.orno", cc.order.header)
        dal.set.field("whinh501.cntn", 1)
        dal.set.field("whinh501.item", item)
        dal.set.field("whinh501.loca", trim$(location))
        dal.set.field("whinh501.idat", inventory.date)
        dal.set.field("whinh501.csts", tcyesno.no)
        |dal.set.field("whinh501.reco", tcyesno.no)
        |dal.set.field("whinh501.prcd", tcyesno.no)
        dal.set.field("whinh501.cdat", empty)
        dal.set.field("whinh501.cadj", "") | <---- Reason for Variance field
        if dal.save.object("whinh501") <> 0 then
                while dal.get.error.message(error.msg) > -1
                        dal.set.info.message("@"&error.msg)
                endwhile
                return
        endif

The error is from the dal.set.info.message() function.
It says
Quote:

The Reason for Variance field is required.
Even though I set it to empty, and the field is actually not mandatory because standard Cycle Counting Generation does not fill in anything in this field for all lines.

Any help is appreciated.

Generic Query

$
0
0
1) How to get Gross Margin profit Center Wise or in Short Gross Margin with various price Variance in detail? How system calculates considering which inputs?

2) Which is more suitable for any Business --> Cost price or Valuation price. Need Explanation in detail.

LN Developer needed for exciting LN 10.7 Migration Project

$
0
0
A new job entry has been added:

LN Developer needed for exciting LN 10.7 Migration Project

Quote:

Infor LN developer is needed to support client from 4:30 pm to 1:30 am IST (M-F). The candidate should have worked on Infor Latest version such as 10.3. Minimum 5 years of experience is needed. It is purely a LN developer role wiht no adminstration task involved.

Expertise in Infor 3rd party software like Infor Development, AFS, DAL, DAL2, Wrapper, Source Code Customization, ION, Infor Business Vault, Infor Ming.le, Infor Management (IDM), etc  
Proficiency in English lanaguage is very much needed as you would be dealing with Onsite clients.

Cannot close period

open process: ttcmfoutlook

$
0
0
hi,
i used the email sending from LN but after closing the session there is an open process "ttcmfoutlook". i tried to close by using cmf.destroy(mid) but still exist, how get rid of this open cmf process? i tried to take the process id, system is taking the porcess id of the bshell not the id the ttcmfoutlook.

regards,
jojo

Baan 4c4 Techno-Functional Person needed with expertise on Automotive SCH extension m

$
0
0
A new job entry has been added:

Baan 4c4 Techno-Functional Person needed with expertise on Automotive SCH extension module of Baan and EDI

Quote:

lease send your resume to above-mentioned email ID. The Resource should be proficient in Automotive SCH extension module of Baan 4c4, with good technical skills. The resource would be needed to support the business application in an automotive manufacturing company. Experience on EDI will be preferred. Please note no remote request will be entertained. It is a full time job.

*** Only US Citizens, Green Card Holder,Valid H1B Visa or TN Visa Holders need to apply**** 
Please note Canadian or Mexico Nationals can also apply.
Viewing all 4216 articles
Browse latest View live


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