supportingelement.com Open in urlscan Pro
166.62.57.169  Public Scan

URL: https://supportingelement.com/
Submission: On July 26 via automatic, source certstream-suspicious — Scanned from DE

Form analysis 2 forms found in the DOM

GET https://supportingelement.com/

<form role="search" method="get" id="searchform" class="searchform" action="https://supportingelement.com/">
  <div>
    <label class="screen-reader-text" for="s">Search for:</label>
    <input type="text" value="" name="s" id="s">
    <input type="submit" id="searchsubmit" value="Search">
  </div>
</form>

GET https://supportingelement.com

<form action="https://supportingelement.com" method="get"><label class="screen-reader-text" for="cat">Categories</label><select name="cat" id="cat" class="postform">
    <option value="-1">Select Category</option>
    <option class="level-0" value="2">Absence Management</option>
    <option class="level-0" value="3">All Posts</option>
    <option class="level-0" value="4">Configuration</option>
    <option class="level-0" value="5">Date Elements</option>
    <option class="level-0" value="6">Deduction Recipient</option>
    <option class="level-0" value="7">Element Assignment</option>
    <option class="level-0" value="8">Global Payroll</option>
    <option class="level-0" value="9">HRMS</option>
    <option class="level-0" value="10">Implementation</option>
    <option class="level-0" value="11">linkedin</option>
    <option class="level-0" value="12">Message Catalogue</option>
    <option class="level-0" value="13">message parameter</option>
    <option class="level-0" value="14">null date</option>
    <option class="level-0" value="15">opensocial</option>
    <option class="level-0" value="16">payroll error message</option>
    <option class="level-0" value="17">payroll message</option>
    <option class="level-0" value="18">payroll process</option>
    <option class="level-0" value="19">payroll results validation</option>
    <option class="level-0" value="20">payroll warning message</option>
    <option class="level-0" value="21">peoplesoft</option>
    <option class="level-0" value="38">Reporting</option>
    <option class="level-0" value="37">SQL</option>
    <option class="level-0" value="1">Uncategorized</option>
    <option class="level-0" value="22">unfinalize</option>
    <option class="level-0" value="23">upgrade</option>
  </select>
</form>

Text Content

SupportingElement
PeopleSoft Global Payroll Tips, Tricks and Commentary
Skip to content
 * Home

MenuHOME



IDENTIFYING A RECORD/FIELD NAME FROM A PAGE CONTROL

Sometimes it is necessary to know the Table and Field name associated with a
text box or control on displayed on a PeopleSoft Page. Here’s a few ways to
identify the table/field: “Inspect Element” Right click the control for which
you want to know the table/field name. Select “Inspect” In the “Elements” tab of
the… Read More »

Category: peoplesoft


ABSENCE MANAGEMENT/LEAVE QUERIES

I frequently get requests to report absences.  Most Absences are administered
using Absence Management.  However, extended leave requests/absences are
typically administered via Job Data, which is more difficult to extract. This is
a relatively simple to extract Global Payroll absence events using the
“PS_GP_ABS_EVENT” record.  For example the following SQL Script: SELECT
c.EMPLID, c.EMPL_RCD, c.NAME,… Read More »

Category: Absence Management Global Payroll Reporting SQL


HOW TO REMOVE A BLOCKED GLOBAL PAYROLL RUN CONTROL

This post covers options for dealing with the following PeopleSoft, Global
Payroll process (GPPDPRUN) error: User %1 has started or scheduled a run for all
groups using Run Control %2. This error is caused by another process that is
running or blocked/locked/stuck. The following scenarios will cause this error:
If the payroll process is in… Read More »

Category: Global Payroll peoplesoft Uncategorized


PEOPLESOFT SELF SERVICE PAYMENTS

I was recently involved in the design and development of a very useful new piece
of functionality for PeopleSoft Global Payroll.  The “Self Service Payment
Add-On” (SSP) enables employees to submit payment requests directly into
PeopleSoft.  Requests are then routed for a approval before being posted
directly to Positive Input or Element Assignment. SSP is… Read More »

Category: Uncategorized


GLOBAL PAYROLL SETUP PERFORMANCE HACKS

The performance of the Global Payroll configuration Components can be very slow,
particularly when working in an environment with a large amount of payroll
results.  I was recently unable to create a new Accumulator in a client’s
environment.  Everytime I tried to change the Accumulator to “Use Corrective”
checkbox the Component timed out!   Here’s some… Read More »

Category: Uncategorized


SELECT RECIPIENT AT ELEMENT ASSIGNMENT

Assigning a Deduction Recipient to an Earning or Deduction at Employee level
using the “Payee Data > Net Pay / Recipient Elections > Add Deduction
Recipients” Component works, but there’s an easier way that improves usability
for payroll administrators. Here’s how to configure a solution that allows
Deduction Recipients to be selected from Element Assignment, using… Read More »

Category: Configuration Deduction Recipient Element Assignment Global Payroll


HOW TO PREVENT SUBMISSION OF INELIGIBLE ABSENCE REQUESTS

I have worked at a number of PeopleSoft, Global Payroll sites that customized
the Self Service Component/s to prevent Employees and/or Managers from
submitting an Ineligible Absence Request.  Here’s how to present an Error if an
Ineligible Absence Request is submitted via Self Service, without customization:
Use the “Maintain Text Catalog” Component to create an… Read More »

Category: Configuration Global Payroll payroll error message peoplesoft Tags:
Absence Management


PEOPLESOFT SELECTIVE ADOPTION

I had the pleasure of attending the PeopleSoft Partner Summit last week. One of
the topics covered was “Selective Adoption”. Selective Adoption represents a
major shift in the way the PeopleSoft is “kept current”. No more major upgrades!
Version 9.2 will be the last “versioned” release of PeopleSoft. The version
number will be redundant within… Read More »

Category: Uncategorized


MONITORING THE PROGRESS OF THE GLOBAL PAYROLL PROCESS

The Global Payroll process is a Cobol program. It is not unusual for the payroll
process to take a number of hours to complete, depending on factors such as: The
number of payees The complexity of the payroll element configuration
Infrastructure capability The type of database used The amount of performance
tuning employed It is… Read More »

Category: All Posts Global Payroll peoplesoft Uncategorized


HOW TO UNIQUELY IDENTIFY PAYROLL ELEMENTS

One of the fundamentals of relational database design is the use of unique
identifiers. So it’s a reasonable assumption that Payroll Elements can be easily
identified by a unique ID of some sort. However nothing is that simple in
PeopleSoft Global Payroll. Each Element is assigned a numerical value called a
Pin Number (PIN_NUM). Pin… Read More »

Category: All Posts Configuration Global Payroll peoplesoft Uncategorized
Post navigation
← Older posts




Search for:

Categories

Categories Select Category Absence Management All Posts Configuration Date
Elements Deduction Recipient Element Assignment Global Payroll HRMS
Implementation linkedin Message Catalogue message parameter null date opensocial
payroll error message payroll message payroll process payroll results validation
payroll warning message peoplesoft Reporting SQL Uncategorized unfinalize
upgrade

Recent Posts

 * Identifying a Record/Field name from a Page control
 * Absence Management/Leave Queries
 * How to remove a blocked Global Payroll Run Control
 * PeopleSoft Self Service Payments
 * Global Payroll Setup Performance Hacks


Iconic One Theme | Powered by Wordpress