MNNL#78061 PRS-import/Uitbreiden met EmployeeID-kolom
svn path=/Customer/trunk/; revision=61376
This commit is contained in:
@@ -35,14 +35,14 @@ BEGIN
|
||||
-- De sequence array staat beschreven in PRS_PAC.SRC bij de prs.import_perslid procedure.
|
||||
-- (Smokkelen met de functie; daar zet ik nu de achternaam in en in de post-import wordt dat 'Onbekend'.)
|
||||
prs.import_perslid (p_import_key,
|
||||
'8;0;0;0;0;0;5;4;0;3;' ||
|
||||
'0;0;0;0;0;7;0;6;0;0;' ||
|
||||
'3;1;0;0;0;0;0;0;0;0;' ||
|
||||
'8;0;0;0;0;0;5;4;0;3;' || -- Locatiecode=8/Email=6/Afdeling=5/Achternaam=4/Voornaam=3
|
||||
'0;0;0;0;0;7;0;6;0;10;' || -- Telefoon=7/Email=6/Personeelsnummer=10
|
||||
'3;1;0;0;0;0;0;0;0;0;' || -- Functie=3/Login=1
|
||||
'0;0;0;0;0;0;0;0;0;0;' ||
|
||||
'0;0;0;0;0;0',
|
||||
--1 2 3 4 5 6 7 8
|
||||
'"sAMAccountName";"name";"givenname";"sn";"department";"mail";"telephoneNumber";"L"%'
|
||||
);
|
||||
'"sAMAccountName";"name";"givenname";"sn";"department";"mail";"telephoneNumber";"L"%' -- Daarna nog ;"Company";"EmployeeID"
|
||||
);
|
||||
|
||||
v_errorhint := 'Verrijken import';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user