Title | Under | Posted on |
---|---|---|
Component interface Error: no rows exist for the specified keys | PeopleSoft Technical | 03/15/2019 - 3:54am |
ADD 24 months starting from current month.(peoplesoft) | PeopleSoft Functional | 07/29/2018 - 8:44pm |
TRC values dropdown | PeopleSoft Technical | 04/04/2018 - 12:54am |
how to find missing sequence in GRID and print the mising sequence number while saving through peoplecode | PeopleSoft Technical | 09/11/2017 - 4:49am |
use deleteitem function
Hi,
I need to do the same. Please explain me how to do it. if possible please share the code.
Thanks,
Suresh
Hi Ingantis,
Did you find a solution for your problem? I need to know how to publish the functions that I created by myself in the CI.
Thank you
I've added Delete functionality to a CI before. That basically entailed modifying the AE Peoplecode that the CI was using to handle a "D" value in the EFF_STATUS field, which we used as a Delete indicator. Then the DeleteItem() function was called as necessary to do the cleanup.
Sorry, can't help you with the part abotu exposing it to a third-party app...