Forum: IPA/ProcessFlow

52 Subscribed to this forum
Page 42 of 48 << < 4041424344 > >>

Topics

Replies
Rating
Status
Views
Subscribers
Last Post

PA52 AGS call in ProcessFlow returning a bad field intermittently      

Started By  Joel
While researching why some test scenarios were failing for our personnel actions processflow (salary changes outside the min/max rates were not being identified correctly) I discovered that a field was being returned truncated from a PA52 read.  PA52_PCT_NEW_VALUE_1r1, which had the new rate of pay in it should have returned with a value of 11.1234 but instead would return 34.  It is being moved into EmpNewPayRate a double persistent variable.  Our failed test scripts were using whole number an...
5 4877 0
by Joel

file exists      

Started By  jcarrott
I am trying to set a Boolean flag if a file exists so I can control a branch (found/ not found). I can do it in various languages but I am not able to do it in Process Flow. Does anybody know how
5 4649 0
by jcarrott

Added trigger code      

Started By  Deleted User
Has anyone added code before to activate triggers where does this comand go   st1\:*{behavior:url(ieooui) } /* Style Definitions */ table.MsoNormalTable {mso-style-name:'Table Norma...
2 4021 0
by Ragu Raghavan

PA52.4 delete trigger      

Started By  M Graham
I'm creating a new process flow trigger when a record is DELETED (not added) in PA52.4.    I created a user exit file and Process Flow service called PA52E.4_D, but the PA52.4 delete action isn't creating any work units   Has anyone created a PF trigger when you DELETE a record in a program  -mgraham
2 5443 0
by M Graham

Processflow ResoureQueryNode      

Started By  Vito Amatulli
Has anyone had any success in using RescoureQueryNode to query for all Groups  I am trying to use it to get a list of all the RM Groups that are defined in Security so we can dump this data to a file that will be use to automate our security process. Any suggestions would be appreciated. We are currently on LSF 9.0.4 and PF Designer 9.0.5
1 3318 0
by Deleted User

Trying to use an ags call to update a batch job so it routes the print job to a distrbution group.      

Started By  Deleted User
I have a batch job that is being executed from ProcessFlow. I need to route the print jobs to a printer distribution group. When I try and update the RPT-FLD parameters within the ags call the ags will say the update was complete but the distribution group does not get added.  Below is the ags call I am using: _PDL=&_TKN=SPR03&_EVT=CHG&_RTN=DATA&_LFN=ALL&_TDS=IGNORE&FC=C&JOB-NAME=&JOB-DESCRIPTION=SPR03A&USER-NAME=&RPT-FLD14=Dist Group&RPT-FLD15=&COMPANY=&PROC-GROUP=&CHECK-DATE=&PER-END-DATE=&DE...
8 5374 0
by JoeS

Way to get "Login" field using Resource Query?      

Started By  ShawnV
In 8.0.3 we access the Login field from the RD30 screen.  Unfortunately in LSF9 I cannot find the 'Login' field using Resource Query.  Does anyone know how to access that field We are using Process Flow Pro 9.0.0.6.
5 4402 0
by ShawnV

PF AGS Error When Unreleasing a JE Via A Generic PF      

Started By  LCM
Hi, we are experiencing an error with a PF when we attempt to unrelease a JE via a flow (DS 9.0.0.5). The code that we are trying to use to do this comes from a provided Lawson ProcessFlow solution and is unmodified (but not supported by Lawson). In the Lawson solution for Journal Entry Approval the final node when a JE is rejected unreleases the journal. The call to do this in the Lawson solution is:   _PDL=&_TKN=GL45.1&_EVT=CHG&_RTN=DATA&_LFN=ALL&_TDS=IGNORE&FC=Change&GLC-COMPANY=&GLC-FISCAL...
4 5240 0
by LCM

Reformating Date_Stamp variable      

Started By  April
I am trying to reformat the Date_Stamp value to either AGS or DME so I can use it in a branch.  This is what I have in the Assign node, but it doesn't like it:  stamp=  getDateAGS(SQLQuery240_DATE_STAMP).    I have tried several functions but I can't seem to get it.  My ultimate goal is compare it again a date (either DME or AGS) for 7 days ago.  Thanks for the help in advance. April
8 6033 0
by April

ProcessFlow Email Notification Error      

Started By  JonA
We're using PF Pro for requisition approvals. Lately, we've been having an issue with the email notifications failing to be sent. Here's what it shows in pflow.out: Error while sending reminder mail for workunit 265382 com.lawson.bpm.db.model.helper.LawsonDBException: Failed to initialize LDAP. Detailed Message is java.lang.NullPointerException Stack Trace : java.lang.NullPointerException ……….. Error while sending...
1 5339 0
by David Williams

"Must Inquire..." error trying to Change using Webrun to bpm screen      

Started By  ShawnV
Hello anyone and everyone,   We are trying to change data on the WFWUQUEUE table via process flow.  We have a Webrun to call bpm/queueForm.do with a change method.  Some times this works fine, other times we get an error stating 'Must Inquire before doing a change'.  We have this same error with the webrun to bpm/processTransactionForm.do.   It seems as if once the queueForm program is in 'memory' then it works fine.  Has anyone else run into this type of error using a 'non-xml' version of a b...
1 4094 0
by David Williams

Changing SMTP setting for process flow      

Started By  Saurabh
Hi All Need to change the SMTP server setting for the process flow. I can see the smtp server setting  in Process flow designer (Tools--Options) but not sure if that is the only place the change needs to be. Has anyone made similar changes and if so can you please forward details of where all i need to make the changes Regards Saurabh
3 6717 0
by Deleted User

What replaces 8.0.3 servlet/inbasket in LSF9?      

Started By  Paul Gallucci
We have a 8.0.3 ProcessFlow that escalates Inbasket items.  There’s a WebRun node that invokes this function.  It doesn’t work in LSF9, (log results listed below).  What functionality replaces this in LSF9 Here's a sample of what's in the WebRun node... FUNCTION=dispatch&WORKUNIT=123456&IPADDR=123.45.67.890&PORT=12345&TASK=RQLvl1&APPRODLINE=PROD&RDUSER=xxxxxxxx&PROCID=123456&PROCNAME=XXXX_xxxxxxxV2_V01&ACTID=UA47&ACTNAME=UserAction3570&ACTION=Escalated Here's results from the log... Web...
7 3929 0
by Deleted User

call to get email address for operator      

Started By  TracyO
We are upgrading to LSF9, and we have a couple of processflows that send emails to a user that created a record. We currently so an AGS call to the RD30 record based on the 'operator' to get the email address to use.  Now that the RD30 record does not exist, does anybody have any ideas on where the email address is or could be stored for this type of use
5 3673 0
by TracyO

Copy attachment from Requisition to PO      

Started By  Derek Czarny
We have created a Capital Purchase processflow that allows managers and directors to submit their capital requests in RSS.  They can attach their electronic quotes by using the comments tab in RSS and attach a URL to the requisition button.  That works fine and I can retrieve the attachment in the inbasket.  The question I have, or what I am trying to do is copy that link from the requisition and attaching it to the  PO.  I have the webrun that will retrieve the attachment from the requisition, ...
1 4889 1
by Derek Czarny

concatenate strings on assign node      

Started By  TracyO
I am sure this is really basic, but I can not figure it out. We had some processflows in 8.0.3 that we used the RD30 record to get an email address based on the operator ID.  Since the RD30 record no loner exists we decided that we would populate a user field on OE53 to hold the email address, however these user fields are not large enought to hold our entire email address, so we have only poupluated it with the persons name:  ie tracy.olson.  I have my processsflow pulling this piece from a qu...
7 4299 0
by TracyO

RM group query      

Started By  Sam Simpson
We have users setup in RM that belongs to different groups like Manager, HRUsers etc. In RM admin tools we can see the group or groups a user belongs to. In Processflow RM node when using resource as resource type (lwsnRMResource) and selecting Group as the attribute, we can only see one group in the query. Is there a way to see all the groups that a user belongs to in processflow Thanks for any help. Sam lsf9 apps803
3 3834 0
by Deleted User

Write to ProcessFlow Debug Log      

Started By  Woozy
Is there any way to write a value to the ProcessFlow debug log for troubleshooting purposes    I'm sure there must be a way, but I can't figure it out. Thanks!
5 3911 0
by Woozy

Previous Pay Rate Query from PRRATEHIST      

Started By  vc727
I am trying to write a query that will tell me the employees pay rate just previous to the current rate. Using the query Builder is this possible  What I have now just Gives me a list of all previous rates. I need to limit it to just the most recent rate. Any help would be appreciated.
2 3730 0
by Deleted User

Query of HR table does not work when run from server      

Started By  sfischer
Hello, I am building a flow using the delivered Action Approve service.  In the flow I have a query to pull the manager code from the Employee table.  When I run the query via Designer with the 'Run on Server' not checked, all of the queries in the flow work.  However when I run on the server, or from PA52, I get the message: Error connecting to http://sferww02.corpo.rec...=CSV&DELIM=~&delim=~ with user PFADMIN Query string I thought that PFADMIN does not have security to run the query,...
10 4399 0
by sfischer

IE Error when clicking on inbasket      

Started By  mmanosca
Has anyone encountered this  We get an IE error in Portal when clicking on an inbasket link that we use for Process Flow.  It's the generic  'IE has encountered a problem and needs to close' error message.  After the error pops up it kicks you out of the portal and closes your window.  However, it works fine when we log in with the Lawson Admin account.  I happens from time to time then starts working again.  Any idea Thanks, Mike
11 4096 0
by mmanosca

Query Returning Results but Assign Node assigns Null Values      

Started By  Shari
Hello! Have a question...this is occuring in our test environment with one of our RSS flows (for expenses). We recently refreshed the data in our test environment from a backup of our production environment - and then applied the latest and greatest patches for LSF9 SP6 (we are LSF9 SP6 / Apps 8.0.3 MSP11 / Windows / SQL / LS).  Now, the first two nodes in my PFlow don't function normally (it functions perfectly in our production environment - same minus the new patches which we are testin...
22 7287 0
by David Williams

PA52 ProcessFlow      

Started By  Deleted User
I have a ProcessFlow set up to read data from a file and create pending personnel actions.  I've included all of the PCT-FLD-NBR and PAT-NEW-VALUE fields along with the _HK value.  When I build the AGS call in ProcessFlow, cut and paste it from the ProcessFlow log and execute it through the browser, the personnel actions are added correctly.  However, when I run the ProcessFlow and the AGS call is executed through ProcessFlow, I receive the error 'New value must be spcaes because line has no ite...
10 6335 0
by Deleted User

XML Builder help      

Started By  PFneo
Hello everybody!  I'm having some trouble getting an XML Builder to parse some XML input that I give it.  I'm using the SQL Query node to pull data out of the LSAUDIT table in logan, when I'm evaluating the R_BEFORE & R_AFTER columns, I'm using an XML Builder node to parse the data. I have verified that the XML Node is configured correctly, but I'm not sure about the XML Schema file - attached is what I'm using: The problem is that no data is being parsed out.  I created an email node to s...
3 4648 0
by PFneo

Dataiterator locking file      

Started By  mjcindc
I've written a process flow that uses a data iterator object to access a file specified by a variable. The process flow loops through several files and uploads the data into GLTRANSREL. The importdb portion, which comes after the dataiterator, of the flow uploads data from each file, but the data iterator, which uses the same variable to identify the file, pulls data from the same file on each loop. It is the first file that it encounters. Furthermore, the file seems to be locked by the process ...
1 3585 0
by mjcindc
Page 42 of 48 << < 4041424344 > >>


RSS Feed Available