Blog Pro de Jean-Baptiste HEREN

Notes d'un consultant Freelance en Informatique

To content | To menu | To search

Entries feed - Comments feed

Tag - Peoplecode

02_-_new_component_interface.png

Peoplesoft Component interface HOWTO

Here is a tutorial explaining how you can create a function containing one Component INterface, and make use of it from any peolplecode. Following example takes the PO Receipt Component to make...

Continue reading


Peoplesoft Auto Numbering

Peoplesoft Auto numbering allow to manage a counter for a specific ID. This definition allows to describe ID's size, beginning Segment and eventually diffrent parameter depending on SETID (like Order,...

Continue reading


Peoplecode File attachment

Peoplesoft allows File attachment from the web client. Here is a little HowTo. // Peoplesoft permet assez facilement d'utiliser la fonction classique des interfaces web visant à "uploader"...

Continue reading


Déplacer un fichier avec Peoplecode

Pour faire court voici un exemple d'utilisation de la commande exec() et d'un fichier batch pour déplacer un fichier. /********************************/ /* Initialisation des variables */...

Continue reading


Ecrire un fichier avec Peoplecode

Avec Peoplesoft, il existe plusieurs moyens de créer un fichier. Ceux-ci sont très utiles dans le développement d'interfaces avec d'autres logiciels ou appareils spécifiques. Je présente ici deux...

Continue reading


Peoplecode : Lancer un traitement et en attendre le résultat.

Voici comment en Peoplecode, il est possible d'exécuter d'autres traitements et d'attendre leur fin avant de poursuivre. Local ProcessRequest &prcsrqst; Local JavaObject &Obj;               ...

Continue reading