Forum: IPA/ProcessFlow

To join the discussion you need to register first. (Registration is free!) If you are already a registered user please login to join the discussion.
164 Subscribed to this forum
Page 10 of 48 << < 89101112 > >>

Topics

Replies
Rating
Status
Views
Subscribers
Last Post

File Locking - Incrementing a value    

Started By  Steven.Morales
Essentially, I am trying in increment CPY-LAST-BATCH by 1, but I don't think there is any file/record locking in place to prevent two programs from reading the same value before they have a chance to write it.   Is there something I can do to make this work properly
0 3258 0
6/5/2017 5:24 PM

Positive Pay (PR170) flow    

Started By  Joan Herzfeldt
We have to create a positive pay file process flow rather quickly.  I'm still learning the complicated pieces of IPA and wondering if anyone had this flow or parts of it already created and were willing to share  Or some advice on the best ways to create the different pieces (see below). Thanks - Joan Some additional information/questions: Our current production flows are inbound into Lawson, so what is the best way to get data from Lawson if a Service/trigger does NOT already exist  The us...
7 6965 2
by  Joan HerzfeldtJump to last post
6/2/2017 6:00 PM

Audit Log Table - Landmark    

Started By  TimC
What table is the 'audit log' for workassignment and employee in landmark v10
1 6486 0
by  TimCJump to last post
5/25/2017 2:09 PM

Launch flow from URL    

Started By  TimC
I would like to allow the user to run a flow on demand from a URL. It does an extract and will send them an email. How do I launch a PFlow from a URL
3 3270 0
by  TimCJump to last post
5/22/2017 3:55 PM

Help with SQL code for IPA flow    

Started By  Brooks Saunders
Pulling in Data for use two fields.  Once I added the TRIM expression to the selection, I was receiving undefined when I reviewed my data in a text document.  If I leave the expressions out of the selection code, the fields are blank where I have null values (which is expected but I need to TRIM those fields).  Can anyone shed light to as why my COALESCE works for my POLINE.DESCRIPTION but does not work for APINVOICE.PO_NUMBER  (Keep in mind ISNULL is not an expression IPA recognizes) ~Thanks ...
11 5205 3
by  Bob CanhamJump to last post
5/12/2017 7:12 PM

IPA S3 Commands    

Started By  Srini Rao
Hello, We run LSF and Landmark on windows. I'm trying to get the record count using count command in syscommand node. But IPA is not recognizing the count command.    My syscommand node has following command..  count test EMPLOYEE.    Error: 'count' is not recognized as internal or external command.  Any recommendations
1 3837 1
by  Srini RaoJump to last post
5/5/2017 10:38 AM

Help with Landmark JMSChannel    

Started By  Kyle Jorgensen
We're trying to add a JMS channel in Landmark to connect to our corporate JMS.  We use RabbitMQ as our JMS. The technical documentation is lacking (surprise!) and we're running into all sorts of dead-ends.  Any help would be appreciated. Has anyone been successful with creating a JMS channel in Landmark (connecting to RabbitMQ would be a bonus) Thanks in advance, Kyle
0 3282 0
5/3/2017 1:55 PM

Wrong array length    

Started By  PD
I have this Property (RPT_022_ Div  and Value ('One, 'Two', 'Three') declaration in system Config Interface. I then reference it as type Array in the Start Node and the array length. In Debug mode, the Array elements show up OK as the value above but the array.length returns 1 as oppose to 3, what am I missing
1 3358 1
by  PDJump to last post
5/1/2017 7:22 PM

Data Files with LineFeeds and Carriage Returns Importdb    

Started By  JasonP
I'm planning on doing any importdb on a file that contains both a line feed and a carriage return at the end of each record and that doesnt seem compatible with the importdb command.  when I use notepad and change the EOL to UNIX which leaves just the line feeds, the importdb works fine.  Any ideas on how to remove those Carriage returns easily  is there some param on importdb Im missing
8 4935 0
by  JasonPJump to last post
4/27/2017 6:33 PM

Mobile Inbasket    

Started By  Roger French
Has anyone got the Mobile Inbasket to actually work completely I've got MIB 9.1.1.55 installed, with a V10 LSF and Landmark all Windows installed. IPA is running and requisitions flow is installed and running using IPA. The desktop inbaskets are working, but the Mobile Inbasket isn't. On either Android or Iphone, after logging in, and navigating to the Task Folder, and clicking inside of the Task folder, the message says 'No inbasket items found.' Actually there are several work units in pro...
0 3681 0
4/26/2017 3:08 PM

Primary Table for S_PFQU    

Started By  Lynne
I've read a past blog where Kelly explains the relationship between tag tables and the primary table.  We are implementing v10 and I am working on the conversion of req approval to IPA.  With it being on landmark now, I can make the actions of 'reject' and 'unrelease' pop up a box for entry of a required 'Action Reason'.  My problem is that I cannot figure out how to retrieve the reason after it has been taken.  I found tag table S_PFQU where the reason they entered resides.  I thought maybe it'...
5 3915 2
by  LynneJump to last post
4/25/2017 6:31 PM

How do I use return codes from ftp node?    

Started By  Gene B.
I have a series of ftp nodes in an IPA flow. On the error tab the below variables exist.   Error code: Information code: Return message: I would like to use these to test for successful transfers but do not see them in an assignment node Ctrl-Space list of variables. I tried removing the but still cannot assign them. Is there a way to use these error codes in subsequent nodes
0 3581 0
4/19/2017 4:40 PM

File Channel - User/PrivateKey    

Started By  Karen Sheridan
We are on an older version of Landmark/Rich Client.  Rich Client - Version: 10.0.4.9.11 2013-10-31 I am trying to set-up a file channel on a remote server using User/Private Key authentication.  I have a ticket open with Infor on how to use this option and they did provide a word document with set-up information.  However, it is confusing and doesn't appear to work with the version we are on.  And, I have asked several times for clarification and received no reply/help. On the Overview tab in ...
6 4051 1
by  Karen SheridanJump to last post
4/18/2017 2:57 PM

Null Pointer java exception    

Started By  TimC
Here's the Error: 'Error executing iteration loop java.lang.NullPointerException'   The oddity is, I'm fetching unprocessed WorkAssignmentExport rows. For each WA row, I'm doing a lookup to the EE row to fetch EE header data. There are 3 WAExport rows.   the LandmarkTransaction reads the EMPLOYEE value into a variable then passes that into the GetEmployee LT. On the first iteration, the row is executed. On the second iteration, I'm getting the above record. Could it have something to do with ...
0 3510 0
4/12/2017 3:22 PM

Call javascript function call in Assign node    

Started By  TimC
1. I initialize a variable in start node:      calcDates (string) = '' 2. Then init the variable in an assign node (script):             calcDates=function(freq){                    doDateLogicHere freq            }     3. need to call the function from another line in the init (assign) assign node.       calcDates('Tuesday')      Trouble is, I get an eval error:      'Error evaluating expression: calcDates(frequency)'   Error evaluating expression: calcDates(frequency)
9 4027 3
by  TimCJump to last post
4/12/2017 3:18 PM

Format of link to inbasket, in email, to all task users (v10 IPA)    

Started By  Lynne
Hi- I am trying to send an email to all users of a specific task, Buyer, with a link that they can click on to get to their inbasket.   I was able to do this in v9 without having to include their user profile.  The link would take them to their Buyer inbasket.  In v10 inbasket, I cannot figure out how to get the link to take them to their buyer inbasket.   Here is what I have.  The hard coded user profile is in red.  This link works but I cannot hard code the user profile.  It needs to come f...
5 3970 1
by  steve fingerJump to last post
4/11/2017 7:33 PM

Processflow Trigger    

Started By  brainet
I have found in the process flow documentation that you can trigger a process or service with an HTTP call. I am using IPA on a landmark server. The documentation gives this as an example .  http://ipa.example.com:8080/bpm/tri...ger20Test I have tried all kinds of combination but keep getting a error saying it can not find the object.. 404 error. Has anyone had success setoff a trigger with a HTTP call Thanks for any help.
14 7300 6
by  charliewilliamJump to last post
4/11/2017 6:58 PM

Multi-step Job Execution in IPD    

Started By  TimC
(Topic has multiple pages1 2 )
How do I execute a multi-step job in IPD  the _JOB-TYPE defaults to MULTISTEP. Here's my S3 query: _PDL=TEST&_TKN=AP150&_EVT=CHG&_RTN=DATA&_LFN=ALL&_TDS=IGNORE&FC=C&ADDENDA-OPTION=N&CURRENCY-OPT=I&DISC-OPTION=N&JOB-DESCRIPTION=&JOB-NAME=&PAY-GROUP=&PAY-INV-IMMED=N&PAY-THRU-DATE=&PAYMENT-CODE=CHK&PAYMENT-DATE=&PRINT-VOUCHER=N&RECONCILE-ADV-EXP=N&REPORT-SEQ=N&SEL-CASH-CODE=&_STEPNBR=1&SPEC-HANDLING=N&UPDATE-OPTION=Y&USER-NAME=&VOUCHER-NBR-FLAG=N&_DELIM=09&_OUT=XML&_EOT=TRUE
37 7531 3
by  TimCJump to last post
4/6/2017 12:01 PM

jscript function return object or JSON object    

Started By  TimC
Use Case:     Have central flow that returns a structure of 2 dates: paymentDate and payThroughDate;      I tried two techniques that I debugged in VisualStudio and they work there. So, pasted them in to an Assign script var.   Abridged Version subFlow: function calcDates(frequency) {      logicToCalcDates;      var pDates      pDates = {'paymentDate':paymentDate,'payThroughDate':payThroughDate}  //JSON object      /*         or,         pDates = function(){}  //jscript object    ...
0 3716 0
3/27/2017 3:55 PM

Webrun to submit job not working    

Started By  Terry P
I have a simple flow to submit a job PO120. We are running on a Windows server. I have tried  using both my userid with and without the domain - both give the same result. Listed below is the Post String and the log that indicates it ran successfully - but it doesn't. Any clues on what is going on I never see the job in the job log in Portal even. FUNC=run&USER=4JLSFDEV\pickering&JOB=PO120&OUT=text&WAIT=true Started on server: Apr 24, 2013 3:22:05 PM PDT Process started: DesignerTest...
19 9146 2
by  TimCJump to last post
3/24/2017 7:04 PM

httpclient.LHCInvalidSessionException: Invalid session    

Started By  TimC
MISSION CRITICAL!! We have an InvoiceApproval flow with a Lawson S query that was running successfully. Now, without any changes to the environment, it's now failing with the following error: S3 query com.lawson.security.authen.httpclient.LHCInvalidSessionException: Invalid session   HELP! Infor is taking their sweet time.
7 4559 0
by  TimCJump to last post
3/24/2017 7:02 PM

user Action, stuck    

Started By  Joan Herzfeldt
I have a requisition in my inbasket,  I approve the req and it disappears from the inbasket, but doesn't continue through the flow.  If I go to my Actions or my requests the item is not there either.  This is the first time testing in the Lawsn 10 IPA 10 .  Everything was working in EPI v10.
13 6844 2
by  Ragu RaghavanJump to last post
3/21/2017 9:44 PM

Direct Link to a Lawson form in Mingle    

Started By  Jason Beard
Does anyone know if it is possible to create a URL that links directly to a form in Portal without bypassing Mingle ie, I know that I can call https://server/lawson/portal_TKN=GL10.1 but this bypasses Mingle altogether. Further... I know that I can get to the 'home' page for S3 under Mingle by calling http://mingle.server.com/SitePages/...awson-s3.1   is there anything I can add to that to get to a particular form
13 15718 3
by  Tedd NugentJump to last post
3/15/2017 3:41 PM

Services triggered - before and After values    

Started By  JasonP
In landmark, I have a service that is hooked to a form. When the form get a change event, it fires off my service and creates a work unit.  The work unit has all the variables readily available except whats being changed anotherwards the previous value.  Is there a way to access this information also not from a custom form
5 3242 1
by  WoozyJump to last post
3/9/2017 1:18 PM

Compare files using IPA    

Started By  Nabil
Hello   Is there any way to compare two dumps of the HRSUPER table I'm creating a flow that modifies the Manager access and need to compare today's output to yesterdays for any changes.    Thank you, Nabil
4 3361 0
by  SWilkinsJump to last post
3/3/2017 6:53 PM
To join the discussion you need to register first. (Registration is free!) If you are already a registered user please login to join the discussion.
Page 10 of 48 << < 89101112 > >>


RSS Feed Available