Rules, Roles and Routing in Workflow
Rules [PS_APPR_RULE_HDR] consists of things called step for eg step 0 will be the initializor step 1 RM approver step 2 Dept Head Roles [PS_APPR_RULE_DETL] are specified in Rules RM approver...
Answered by: adhra 2280 views
Distinct Results in PS Query
the angle bracket was gone when my comment was posted so it'll be like Select DISTINCT [field you selected in expression], 2nd field,3rd field etc
Answered by: adhra 9493 views
Distinct Results in PS Query
add new expression write DISTINCT then there's option to include field in that expression from the records addded in ps query, select field and save then from expression list click on, use as fie...
Answered by: adhra 9493 views
Parallel Processing in App Engine
The parallel processing can be performed by using Temp table.This can be achevied by following steps: 1)Define a Temp record. 2)Set the instances in online pools(PIA->peopletools) 3)Add the te...
Answered by: bude 7501 views
State Record for Dynamic Call
The state record should contain the below 2 fields: AE_APPLID .-Application Engine Program name AE_SECTION :Section name. Note:If the Dynamic section is enabled within the same program section,...
Answered by: bude 5198 views
Bypass Search page in a Component
We can do this in 2 ways as below: 1. Search record should not have any search keys like INSTALLATION table. 2. We can skip search page through peoplecode as well. i.e, Write SetsearchBehavior()...
Answered by: bude 10725 views
SQR vs SQC
SQR:This is like a program. And it contains program sections.We can execute and compile the sqr. SQC:This is like a function in sqr.It does not contain any program sections.We can not compile and...
Answered by: bude 4329 views
Arrays vs Load Lookup in SQR
Load-Lookup contains set of keys and values that's loads into memory.By using load lookup we can improve performance without using multiple joins in single select statement. By using lookup command we...
Answered by: bude 2787 views
Multiple Reports from One SQR
Hi It is possible by using commands Declare Report & Use Reports in Begin-Setup and Begin-Program Sections. ex: Begin-Setup Declare-Report Test1 End-Declare ---- Declare-Report Test2 End-...
Answered by: bude 2307 views
Testing a Component Interface
Having create a component interface we need to check the testing.Just give right click on a component interface which has created then click the component interface testing by default it is not author...
Answered by: RAMMY 4433 views