
Triggering an IPA Process Manually
Articles, Frontpage Article, NewsTo trigger a process manually, you first have to set up a trigger. From Rich Client, navigate to Start > Process Server Administrator > Scheduling > By Process Definition. Click Actions > Create to create a new trigger. For…

Activating Landmark Time Zones in Configuration Console
Articles, Frontpage Article, NewsTo activate the time zones available in your Landmark applications, from the GEN data area, go to Start > Configure > Application. Under “Data Area” in the left panel, select “Time Zones”. Find the Time Zone(s) that you want…

Landmark Application Configuration Overview
Articles, Frontpage Article, NewsThe Landmark Configuration Console allows you to effect system-wide changes with no downtime for your users. You can personalize your Landmark applications in a multitude of ways:
Add custom fields
Move fields or remove them from forms
…

Use IPA FTP Node to Transfer Multiple Files
Articles, Frontpage Article, NewsWhen you are using IPA to transfer files, there may be some cases where you need to pick up multiple files, or where you need to get files for which you only know a partial name (such as a file that contains a date/timestamp). To get multiple…

Get Database Relationships from GEN
Articles, Frontpage Article, NewsThe Lawson database relationships are stored in the GEN database. Foreign key constraints are not actually added to the database tables. So, to see what these relationships are, you can query the GEN data. The primary relationship information…

IP Designer Series – JSON Parser
Articles, Frontpage Article, NewsThis node is used to parse a JSON response from a file or a web service call. The input can be any JSON text, such as the result from a web service call or output from a file.
On the output tab, you can select a sample document that will…

AWS Lambda Environment Variables
Articles, Frontpage Article, NewsWhen setting up a lambda function there will most likely be secure information that you don’t want to put into your lambda functions. This is when you want to use environment variables. When declaring environment variables inside the code…

AWS SES Template Creation
Articles, Frontpage Article, NewsAWS has SES (Simple Email Service) which is used to help developers create notification emails. In order to use this feature, you must create a template for an email and then you can send emails. Currently, there is no way to create a template…

AWS Lambda and API Gateway
Articles, Frontpage Article, NewsThe following instructions are given that you have a lambda function created that works. AWS has API Gateway which enables developers to create RESTful API endpoints so people can call it and in turn run a lambda function. If you have never…

Private Variables in Javascript
Articles, Frontpage Article, NewsIf you are writing code and you want a user to manipulate data using methods you create but also don’t want the user to be able to manipulate data directly. One way you can go about this is through functional programming. Say you want to have…
