Show pageOld revisionsBacklinksExport to PDFFold/unfold allBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== pears.NetGetWebUserIDs ====== <WRAP center round info> Generated schema reference. Regenerate this page from the SQL unload; keep hand-maintained business notes in the narrative namespace. </WRAP> ===== Original SQL ===== <code sql> create procedure "pears"."NetGetWebUserIDs"( in "pWebUserID" char(20),in "pPersonID" char(20) default null ) result( "pWebUserID" char(20),"PersonID" char(20) ) // IQXWeb begin select "pWebUserID", "NetCandidateValidPersonID"("pWebUserID","pPersonID") as "PersonID" from "dummy" end /* DOC 2017-11-07 GJ Created - Probably needs tweaking 2018-10-22 MHS IW-456 multi-cand fix Inputs: pWebUserID Outputs: pWebUserID pPersonID */ go COMMENT TO PRESERVE FORMAT ON PROCEDURE "pears"."NetGetWebUserIDs" IS {create PROCEDURE pears."NetGetWebUserIDs"( in pWebUserID char(20), in pPersonID char(20) default null ) result( pWebUserID char(20), PersonID char(20) ) // IQXWeb BEGIN SELECT pWebUserID, NetCandidateValidPersonID(pWebUserID,pPersonID) as PersonID FROM dummy END /* DOC 2017-11-07 GJ Created - Probably needs tweaking 2018-10-22 MHS IW-456 multi-cand fix Inputs: pWebUserID Outputs: pWebUserID pPersonID */ } </code> database/procedures/pears_netgetwebuserids.txt Last modified: 2026/08/07 19:24by 127.0.0.1