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: Frontpage Article

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

Customize AD FS Login Screen – Login Instructions

Articles, Frontpage Article, News

To customize the login instructions on your AD FS login screen, first you need to download the theme that will be updated. Then, you will update the onload.js script with your custom code, and then reset the theme to use the updated onload.js. Open PowerShell as administrator on the AD FS server, and follow these steps:

Download your theme:

export-adfswebtheme -name “<your theme name>” -DirectoryPath “<local directory>”

Modify the onload.js file located at <local directory>/script/onload.js:

Upload your modified onload.js file:

set-adfswebtheme -targetname <your theme name> -additionalfileresource @{Uri=’/adfs/portal/script/onload.js’;Path=”<local directory>/script/onload.js”}

The theme name that is delivered with the AD FS configuration is “default”, but you have the option of creating and customizing your own themes.

09/14/2019
https://www.nogalis.com/wp-content/uploads/2019/09/Customize-AD-FS-Login-Screen-Login-Instructions.jpg 470 470 Angeli Menta https://www.nogalis.com/wp-content/uploads/2013/04/logo-with-slogan-good.png Angeli Menta2019-09-14 10:08:132019-09-13 13:08:29Customize AD FS Login Screen – Login Instructions

Customize AD FS Login Screen – Illustration

Articles, Frontpage Article, News

To update the left-hand illustration on your AD FS login screen, open PowerShell as administrator on the AD FS server, and type the command:

set-adfswebtheme -targetname <your theme name> -illustration @{path=”<path to the  image>”}

The theme name that is delivered with the AD FS configuration is “default”, but you have the option of creating and customizing your own themes.

 

09/13/2019
https://www.nogalis.com/wp-content/uploads/2019/09/Customize-AD-FS-Login-Screen-Illustration.jpg 470 470 Angeli Menta https://www.nogalis.com/wp-content/uploads/2013/04/logo-with-slogan-good.png Angeli Menta2019-09-13 08:21:052019-09-13 13:38:43Customize AD FS Login Screen – Illustration

Customize AD FS Login Screen – Create Custom Theme

Articles, Frontpage Article, News

The theme name that is delivered with the AD FS configuration is “default”, but you have the option of creating and customizing your own themes. To create a custom theme, open PowerShell as administrator on the AD FS server, and type the command:

new-adfswebtheme -name <your theme name> -sourcename <the theme to copy>

For your first theme, you will probably want to use “default” as the source.

To activate your theme, type command:

set-adfswebconfig -activatethemename <your theme name>

 

 

 

 

09/10/2019
https://www.nogalis.com/wp-content/uploads/2019/09/Customize-AD-FS-Login-Screen-Create-Custom-Theme.jpg 470 470 Angeli Menta https://www.nogalis.com/wp-content/uploads/2013/04/logo-with-slogan-good.png Angeli Menta2019-09-10 09:13:352019-09-09 18:55:36Customize AD FS Login Screen – Create Custom Theme

Customize AD FS Login Screen – Company Logo

Articles, Frontpage Article, News

To update the company logo on your AD FS login screen, open PowerShell as administrator on the AD FS server, and type the command:

set-adfswebtheme -targetname <your theme name> -logo @{path=”<path to the  image”}

The theme name that is delivered with the AD FS configuration is “default”, but you have the option of creating and customizing your own themes.

 

09/09/2019
https://www.nogalis.com/wp-content/uploads/2019/09/Customize-AD-FS-Login-Screen-Company-Logo.jpg 470 470 Angeli Menta https://www.nogalis.com/wp-content/uploads/2013/04/logo-with-slogan-good.png Angeli Menta2019-09-09 08:07:292023-12-29 12:38:31Customize AD FS Login Screen – Company Logo

How to automatically deduct a percentage from an invoice

Articles, Frontpage Article, News

Lawson allows you to use distribution codes that allow for percentages to be negative which would create a deduction. Book the invoice at normal 100% for the expense account and use the distribution code to book the discounts to the proper GL accounts. The amount of the invoice will need to be adjusted to reflect the deductions taken.

If there is a vendor who always gets the same deductions, you can add the distribution code to their AP10 Vendor Record and it will always default onto invoices for that vendor.

09/07/2019
https://www.nogalis.com/wp-content/uploads/2019/09/How-to-automatically-Deduct-a-percentage-from-an-invoice.jpg 470 470 Angeli Menta https://www.nogalis.com/wp-content/uploads/2013/04/logo-with-slogan-good.png Angeli Menta2019-09-07 10:54:262019-09-06 18:07:21How to automatically deduct a percentage from an invoice

IPA v11 Link to Download IP Designer

Articles, Frontpage Article, News

IP Designer is no longer downloaded from InforXtreme, starting with IPA version 11.

The link to download can now be found in the validation URLs that are generated during the install. These web pages can be found on your Landmark server at LADIR/validationurls-<productline>.htm.

09/05/2019
https://www.nogalis.com/wp-content/uploads/2019/09/IPA-v11-Link-to-Download-IP-Designer.jpg 470 470 Angeli Menta https://www.nogalis.com/wp-content/uploads/2013/04/logo-with-slogan-good.png Angeli Menta2019-09-05 08:04:252019-09-04 11:01:30IPA v11 Link to Download IP Designer

Landmark 11 Validation URLs & Rich Client Links

Articles, Frontpage Article, News

Landmark version 11 still has the validation URLs in the LADIR folder, but the Rich Client download link has moved.

To access the Rich Client download, use the URL https://<LANDMARK-SERVER>/canvas/native/.  You will find all the Rich Client links at this location.

NOTE: In v11, the validation URLs page contains the link to download IP Designer.

09/04/2019
https://www.nogalis.com/wp-content/uploads/2019/09/Landmark-11-Validation-URLs-Rich-Client-Links.jpg 470 470 Angeli Menta https://www.nogalis.com/wp-content/uploads/2013/04/logo-with-slogan-good.png Angeli Menta2019-09-04 09:10:142019-09-04 09:10:14Landmark 11 Validation URLs & Rich Client Links

Error Running Lawson Command Line Utilities

Articles, Frontpage Article, News

UnsupportedClassVersionError occurs when running Lawson command line utilities. This could mean that Lawson is using an incompatible version of Java. Make sure you have a compatible version of java installed and activated. If that is the case, then check your enter.cmd file and make sure it isn’t manually setting the JAVA_HOME variables to the incorrect version of java. If it is, update to point to the correct location.

09/02/2019
https://www.nogalis.com/wp-content/uploads/2019/08/Error-Running-Lawson-Command-Line-Utilities.jpg 470 470 Angeli Menta https://www.nogalis.com/wp-content/uploads/2013/04/logo-with-slogan-good.png Angeli Menta2019-09-02 07:04:322019-08-30 13:17:57Error Running Lawson Command Line Utilities

IFS Database Error

Articles, Frontpage Article, News

If you are unable to log into Infor Federation Services (IFS) with a very vague error message, check the event viewer on the AD FS server to see if there are any more descriptive messages there. A database login issue could indicate that the install user for IFS doesn’t have the proper permissions on the database. Make sure the Lawson and spinstall accounts both have full access on the two databases that are created by the IFS install.

08/30/2019
https://www.nogalis.com/wp-content/uploads/2019/08/IFS-Database-Error.jpg 470 470 Angeli Menta https://www.nogalis.com/wp-content/uploads/2013/04/logo-with-slogan-good.png Angeli Menta2019-08-30 11:10:522019-08-30 11:10:52IFS Database Error

Activating Patches – dbreorg error

Articles, Frontpage Article, News

Occasionally when installing patches, you may get a message during the dbreorg phase of the activation. This usually means that some process has a lock on your files. Bounce your Lawson services, then run the dbreorg manually. If you get the same message, you may need to delete the + dictionary file.

Now, activate your patch.

08/28/2019
https://www.nogalis.com/wp-content/uploads/2019/08/Activating-Patches-–-dbreorg-error.jpg 470 470 Angeli Menta https://www.nogalis.com/wp-content/uploads/2013/04/logo-with-slogan-good.png Angeli Menta2019-08-28 10:01:132019-08-28 10:01:13Activating Patches – dbreorg error
Page 97 of 106«‹9596979899›»

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