The Assignment node in IP Designer is pretty straightforward and simple to use, but it can also be very useful and flexible. The first step to using the assignment node is to create and initialize your variables in the start node properties.
The assignment node can be used to set simple variables. It can also be used for more complex assignments. Here is a simple assignment, created by clicking :
You can also use javascript and regular expressions in your assignment node to manipulate strings. This example uses a simple “if” statement to assign a variable (created by clicking ):
This example takes a line from a data iterator, splits it on the “,” , and removes unwanted characters using regular expressions. It assigns that string to the “impCompany” variable, which was created and initialized in the Start node.
https://www.nogalis.com/wp-content/uploads/2017/01/IP-Designer-Series-The-Assignment-Node.jpg665732Angeli Mentahttps://www.nogalis.com/wp-content/uploads/2013/04/logo-with-slogan-good.pngAngeli Menta2017-01-03 11:30:352017-02-17 11:25:18IP Designer Series – The Assignment Node
Drag and drop your Dimension (column header) to the Dimension in the grid, the dimension will be switched.
Right click on the data for more formatting options:
Limit/filter reporting data by double clicking on column header.
Double click dimensions in the table , the List Designer will open in the right side of the report for selecting specifics
List Designer will assist with Structure Selection, Filter, Sort, Attributes (and Advance options)
https://www.nogalis.com/wp-content/uploads/2016/12/Infor-BI–Office-Plus-Ad-hoc-Report-How-to-Change-Dimensions.jpg665732Angeli Mentahttps://www.nogalis.com/wp-content/uploads/2013/04/logo-with-slogan-good.pngAngeli Menta2016-12-13 10:54:392016-12-13 10:54:39Infor BI–Office Plus – Ad-hoc Report: How to Change Dimensions
Once you have done all your Infor work to create your files for submitting to IRS, the steps below will help you get your file submitted successfully. The final files are generated when you run the BN299.
An XML Reader Application is needed to validate the files. Altova XMLSpy application is a good program to use for this. Follow the steps in the above KB article to validate the files.
Once you make the changes that are noted in the XML Validator you will need to update the Checksum value in the Manifest.xml
Checksum verifies the integrity of the file. Download the utility FCIV. FCIV (File ChecksumIntegrity Verifier) is utility from Microsoft that computes (MD5 and SHA1) and verify Integrity of the File.
From the command prompt:
Browse to the location where your files and fciv.exe is located
Type program name + file name (ex. fciv.exe 1094C_Request_BB9LL_20160629T100009000Z.xml)
Press enter
The unique value should be placed in the ChecksumAugmentationNum tag in the Manifest.xml
You also will need to make sure the AttachmentByteSizeNum is correct. This can change when you make changes to the file.
You may be used to deleting users jobs through jobdef.
This works, though you must select each job individually and press delete. So it’s not very efficient.
A better way do to this is jobinq
In lid >> jobinq <DOMAIN\UserName>
This will open up a window listing all the jobs of the user:
Now you can select multiple jobs with the HOME key:
If you want to select ALL jobs and delete them, select first job with HOME key.
Scroll all the way to the bottom of the job list and press END key on the very last Job and press F9 to delete:
Done. Good luck!
https://www.nogalis.com/wp-content/uploads/2016/11/How-to-delete-a-Lawson-Users-jobs-more-efficiently.jpg665732Angeli Mentahttps://www.nogalis.com/wp-content/uploads/2013/04/logo-with-slogan-good.pngAngeli Menta2016-11-14 11:21:062016-11-14 11:21:06How to delete a Lawson Users jobs more efficiently
After upgrading to Infor 10 with Employee Self Service, when users view their Printable Pay Stub the Overtime Rate was displaying Regular Rate (see screen print #2).
Screen Print #2
To resolve this issue:
in emss_config.xml change “calc_hourly_rate” = “true” (location: lawdir\web\lawson\xhrnet\xml\config)
The user requires access to their data. Through Lawson Security Administrator grant access to EMPLOYEE table fields: EXEMPT-EMP, SALARY-CLASS, TAX-STATE, WORK-STATE (see screen print #3 for “Printable Pay Stub” displaying correctly).
Type in the name of your DataSource and your database name as so (place the jndi\ in jndi name field):
Select existing JDBC provider >> Microsoft SQL Server JDBC Driver (Most common)
Enter in your database name and the server your database sits on:
Select your Admin user for Component-managed authentication alias.
Review your setup and click Finish:
Go test your newly created DataSource in from a SmartNotification or LBI Report that uses that DataSource.
Enjoy!
https://www.nogalis.com/wp-content/uploads/2016/10/How-To-Create-new-DataSource-for-LBI-in-Websphere-1-1.jpg545600Angeli Mentahttps://www.nogalis.com/wp-content/uploads/2013/04/logo-with-slogan-good.pngAngeli Menta2016-10-24 08:24:582016-10-23 21:53:26How To Create new DataSource for LBI in Websphere