844-NOGALIS (844-664-2547)
Nogalis, Inc.
  • Link to Facebook
  • Link to X
  • Link to LinkedIn
  • Link to Mail
  • Company
    • News, Events and Articles
    • About Us
  • Products
    • Infor Lawson Data Archive
    • PeopleSoft Data Archive
    • Oracle Data Archive
  • Services
    • Infor Lawson Support
    • Infor Lawson / CloudSuite Consulting
  • Education & Training
  • Support
  • Contact Us
  • Click to open the search input field Click to open the search input field Search
  • Menu Menu

Archive for category: News

You are here: Home1 / News, Events and Articles2 / News

Submitting ACA (Affordable Care Act) to IRS

Articles, News

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.

Download the schema package from the IRS website: Schema Package – IRS

Follow instructions on validating the files generated from Infor. See attached KB from Infor View Attachment

Example of file names:

1094C_Request_XXXXX_YYYYMMDDXXXXXXXXXXZ.xml

1094C_Request_XXXXX_YYYYMMDDXXXXXXXXXXZ-Manifest.xml

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

submitting-aca-affordable-care-act-to-irs-1

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:

  1. Browse to the location where your files and fciv.exe is located
  2. Type program name + file name (ex. fciv.exe 1094C_Request_BB9LL_20160629T100009000Z.xml)
  3. Press enter
  4. The unique value should be placed in the ChecksumAugmentationNum tag in the Manifest.xmlsubmitting-aca-affordable-care-act-to-irs-2

You also will need to make sure the AttachmentByteSizeNum is correct. This can change when you make changes to the file.

submitting-aca-affordable-care-act-to-irs-3

See attached KB from Infor for details. View Attachment

  1. Locate the Forms XML File.
  2. Right click on the file, select Properties
  3. Locate the Manifest XML File.
  4. Right click and open using Wordpad
  5. Find <p4:AttachmentByteSizeNum> entry
  6. Replace the existing byte size entry with the byte size found in the Forms XML File properties.
  • In this example: Change Manifest Size: 4522 to match Forms XML File size: 4598
  1. Save update
    submitting-aca-affordable-care-act-to-irs-4

 

And we’re done!

11/22/2016
https://www.nogalis.com/wp-content/uploads/2016/11/Submitting-ACA-to-IRS.jpg 665 732 Angeli Menta https://www.nogalis.com/wp-content/uploads/2013/04/logo-with-slogan-good.png Angeli Menta2016-11-22 14:00:042016-11-22 14:00:04Submitting ACA (Affordable Care Act) to IRS

Infor Sales Intelligence for CRM Now Available

News

Infor announced the availability of Infor Sales Intelligence for Customer Relationship Management (CRM). This tool is designed to help organizations prioritize customers from their purchase likelihood and justified recommendations and provide better assistance for individual customer needs. Organizations are able to better support the sales team to help build the business, boost sales and build stronger customer relationships. Infor Sales Intelligence for CRM’s easy-to-implement solution doesn’t need heavy integration, and delivers immediate results. “By analyzing customer preferences, companies are able to allocate resources where they’re most cost effective and ultimately grow the business,” said Jason Rushforth, GM and Vice President, Infor Customer Experience Suite.

 

For Full Article, Click Here

11/18/2016
https://www.nogalis.com/wp-content/uploads/2016/11/infor-business-solutions-crm-sales-intelligence.jpg 315 600 Angeli Menta https://www.nogalis.com/wp-content/uploads/2013/04/logo-with-slogan-good.png Angeli Menta2016-11-18 06:57:012016-11-17 17:59:28Infor Sales Intelligence for CRM Now Available

How to delete a Lawson Users jobs more efficiently

Articles, News

You may be used to deleting users jobs through jobdef.

how-to-delete-a-lawson-users-jobs-more-efficiently-1

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:

how-to-delete-a-lawson-users-jobs-more-efficiently-2

Now you can select multiple jobs with the HOME key:

how-to-delete-a-lawson-users-jobs-more-efficiently-3

If you want to select ALL jobs and delete them, select first job with HOME key.

how-to-delete-a-lawson-users-jobs-more-efficiently-4

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:

how-to-delete-a-lawson-users-jobs-more-efficiently-5

Done. Good luck!

11/14/2016
https://www.nogalis.com/wp-content/uploads/2016/11/How-to-delete-a-Lawson-Users-jobs-more-efficiently.jpg 665 732 Angeli Menta https://www.nogalis.com/wp-content/uploads/2013/04/logo-with-slogan-good.png Angeli Menta2016-11-14 11:21:062016-11-14 11:21:06How to delete a Lawson Users jobs more efficiently

OT Pay Rate displaying incorrectly

Articles, News

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

ot-pay-rate-displaying-incorrectly-1

To resolve this issue:

  1. in emss_config.xml change “calc_hourly_rate” = “true” (location: lawdir\web\lawson\xhrnet\xml\config)
  2. 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).

Screen Print #3

ot-pay-rate-displaying-incorrectly-2

11/08/2016
https://www.nogalis.com/wp-content/uploads/2016/11/OT-Pay-Rate-displaying-incorrectly.jpg 665 732 Angeli Menta https://www.nogalis.com/wp-content/uploads/2013/04/logo-with-slogan-good.png Angeli Menta2016-11-08 09:37:022016-11-08 09:37:02OT Pay Rate displaying incorrectly

How To Create new DataSource for LBI in Websphere

Articles, News

Login and get to the main menu of websphere

Then go to Resources >> JDBC >> Data sources:

how-to-create-new-datasource-for-lbi-in-websphere-1
Select New to create a new DataSource:

how-to-create-new-datasource-for-lbi-in-websphere-2

Type in the name of your DataSource and your database name as so (place the jndi\ in jndi name field):

how-to-create-new-datasource-for-lbi-in-websphere-3

Select existing JDBC provider >> Microsoft SQL Server JDBC Driver (Most common)

how-to-create-new-datasource-for-lbi-in-websphere-4

Enter in your database name and the server your database sits on:

Select your Admin user for Component-managed authentication alias.

how-to-create-new-datasource-for-lbi-in-websphere-6

Review your setup and click Finish:

how-to-create-new-datasource-for-lbi-in-websphere-7

 

Go test your newly created DataSource in from a SmartNotification or LBI Report that uses that DataSource.

 

Enjoy!

10/24/2016
https://www.nogalis.com/wp-content/uploads/2016/10/How-To-Create-new-DataSource-for-LBI-in-Websphere-1-1.jpg 545 600 Angeli Menta https://www.nogalis.com/wp-content/uploads/2013/04/logo-with-slogan-good.png Angeli Menta2016-10-24 08:24:582016-10-23 21:53:26How To Create new DataSource for LBI in Websphere

PR160 ACH Output Format

Articles, News

If you upload the ACH file generated by PR160 to your bank, chances are you will need to fix the formatting after your upgrade to version 10. Some banks require the 94-character fixed width format, rather than the sequential format that is the Lawson default. Here are the steps to update your ACH file format.

  1. In LID, type in the command workdef
  2. Search for your product line and the File name TAPEpr160-ach-output-format-1
  1. File Media should be “Tape”
  2. The default “Value” for file name is PR160-ACHTAPE. If you need to drop the file under a custom name, you will enter it in the “Value”. If you want to keep the default, leave that field blank.pr160-ach-output-format-2
  1. Click enter twice to save your changes
  2. The PR160-ACHTAPE file is defaulted to save in the user’s print directory. If you want it saved somewhere else, you can supply the filename on the PR160 job. If you supply a file path on PR160, make sure the file name matches the “Value” field in workdef.pr160-ach-output-format-3
  1. In Lawson Security, make sure that your Batch role has access to the cnvexp development token
10/11/2016
https://www.nogalis.com/wp-content/uploads/2016/10/PR160-ACH-Output-Format.jpg 665 732 Angeli Menta https://www.nogalis.com/wp-content/uploads/2013/04/logo-with-slogan-good.png Angeli Menta2016-10-11 12:59:112016-10-11 13:04:47PR160 ACH Output Format

Infor Learning Optimization Now Available

News

Infor announced the availability of Infor Learning Optimization, a new addition to the Infor Talent Management suite. This tool is designed to match organizations and employees with personalized learning and coaching at the individual level, to help resolve behavioral opportunities. This individualized learning is meant to help employees feel more connected to their jobs and reduce attrition and flight risk. Charles Cagle, senior vice president, HCM Development, Strategy, & Operations at Infor states,”by providing managers with insights and tools to capitalize on employees’ behavioral strengths and characteristics, Infor Learning Optimization can help them directly impact success and influence business goals.”

 

For Full Article, Click Here

10/07/2016
https://www.nogalis.com/wp-content/uploads/2016/10/infor-learning-optimization.jpg 309 550 Angeli Menta https://www.nogalis.com/wp-content/uploads/2013/04/logo-with-slogan-good.png Angeli Menta2016-10-07 12:05:572016-10-07 12:05:57Infor Learning Optimization Now Available

Purging Benefits Data

Articles, News

Every time an employee makes a benefits change, a new record is stored in the benefits table.  Additionally, a new record is stored in the employee’s deduction master table for each deduction related to that benefit.  If these records are allowed to accumulate unchecked, this can slow down payroll processing and even cause errors.  The larger the benefits and deductions table become, the slower payroll batch jobs will run.  These batch jobs, such as PR140, loop through each record in these benefits and deductions tables so that the correct deductions are applied.  Some of these batch jobs have a limit of the number of records allowed, so if an employee has deductions that exceed that limit, the job will error out.  Also, traversing through these records can greatly slow down processing.

To help alleviate these issues, we recommend running the BN430 benefits purge program periodically.  When you are processing payroll, if you see an error similar to “26 20591 PRDED-DED-TABLE must be increased; Cur size 0500”, chances are you have an employee with too many benefits changes, and need to run the BN430.  But, before you receive this error, you should make the benefits purge part of a normal maintenance process.  Ideally, payroll users would make this part of the payroll process each pay period, and choose a “Purge Through Date” corresponding to your company’s record retention period.Purging-Benefits-Data

10/04/2016
https://www.nogalis.com/wp-content/uploads/2016/10/Purging-Benefits-Data.jpg 545 599 Angeli Menta https://www.nogalis.com/wp-content/uploads/2013/04/logo-with-slogan-good.png Angeli Menta2016-10-04 14:37:262016-10-04 14:37:26Purging Benefits Data

Restaurant Execs Invest in Technology

News

Restaurant executives are turning to technology to improve overall efficiency. After being surveyed in hospitality technology, they have adopted many customer-facing technologies. Many have adopted loyalty programs, comprehensive mobile experiences , personalized offerings, and tableside ordering – all of which can help restaurants better reach customers and make their overall experience more satisfying. Restaurant execs are also turning to predicative analytics and Internet of Things (IoT). Though these technologies are still new, some have begun harnessing the power of them. Few also said they were focusing on other new types of technologies, such as augmented reality (AR) and wearables. Technology can help increase sales, and the use of it in a restaurant provides a competitive advantage.

 

For Full Article, Click Here

09/28/2016
https://www.nogalis.com/wp-content/uploads/2016/09/restaurant-technology-it-tablet-mobile-crm.jpg 331 500 Angeli Menta https://www.nogalis.com/wp-content/uploads/2013/04/logo-with-slogan-good.png Angeli Menta2016-09-28 07:11:102016-09-27 21:12:51Restaurant Execs Invest in Technology

Companies see 5G technology as game changer

News

 

Next generation 5G technology is making its way through the digital age and almost every industry is ready for it.  “With 5G, industries will have connectivity that is customized for their requirements and the agility to move quickly to meet customer needs and be innovative,” said Rima Qureshi, Chief Strategy Officer, Ericsson in a statement. The auto industry’s ever growing “smart car” innovations will look to utilize enhanced GPS with instant traffic and map updates with 5G technology.  Public safety organizations expect 5G to provide added safety and security. Probably the most popular among the crowd is the media and gaming industry, expecting 5G to provide high quality experiences in gaming, video and other media. Our digital age is ready for the breakthrough of 5G technology.

 

For Full Article, Click Here

09/22/2016
https://www.nogalis.com/wp-content/uploads/2016/09/technology.jpg 640 960 Angeli Menta https://www.nogalis.com/wp-content/uploads/2013/04/logo-with-slogan-good.png Angeli Menta2016-09-22 13:46:342017-07-20 13:18:25Companies see 5G technology as game changer
Page 219 of 232«‹217218219220221›»

LEGACY ERP DATA ARCHIVE SOLUTION



Discover how our clients are leveraging AWS services to archive their Legacy ERP data and provide ubiquitous access to users via a light-weight, secure, and read-only web interface. Secure, Fast, Reliable, and Cost Effective. That is the promise of APIX. Follow the link below to find out more and book a discovery call with our data archive specialist.

BOOK DEMO

© Copyright - Nogalis, Inc. 2024
  • Legal
  • Privacy
  • Contact Us
Scroll to top Scroll to top Scroll to top