Siebel - DeleteRecord Method in eScript
 Let me take this opportunity to share a unique issue that I faced during one small requirement development.   Requirement:  Contacts with a specific roles are created due a configuration miss in  the EAI. As the product is live the fix can be put only after the root  cause is found and change window is available. Till then these records  needs to be deleted. As the number of records is huge deleting these  records manually is a time consuming task and no back end deletion is  allowed as the product is live. As a work around a client side BS would  be developed to over come the problem.   Siebel  Version : 7.7   Below is the pseudo code   BusCom = "TechLabHelp"  With BusCom                 clear Query()                 Search for Contact with Role "TECHLABS"                 FirstRec = FirstRecord                 Wh...
Comments
Post a Comment