Hi Everyone
I have created ServiceContractInqExt graph like below:
public class SSPServiceContractInqExt : PXGraphExtension<ServiceContractInq> {…
//How can I call base functionality of process or processALL
// Need to execute custom logic here
..}
Best answer by Naveen Boga
Hi @ShahidaValiSyed04 You can try like below.
public class ProductManualExtension : PXGraphExtension<ProductManual> { public override void Initialize() { Base.VIEWNAME.SetProcessDelegate( delegate (List<DACNAME> list) { ImportRecords(list, Base.Filter.Current); }); } public void ImportRecords(List<DACNAME> list, ImportProductFilter currentFilter) { //Logic here }
Hi @Naveen Boga
How can I save another DAC records inside the ImportRecords Method?
public void ImportRecords(List<DACNAME> list, ImportProductFilter currentFilter)
{
//Another / some DAC record Save logic here
}
32 likes
18 likes
16 likes
12 likes
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
Sorry, we're still checking this file's contents to make sure it's safe to download. Please try again in a few minutes.
Sorry, our virus scanner detected that this file isn't safe to download.
We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.
We use 3 different kinds of cookies. You can choose which cookies you want to accept. We need basic cookies to make this site work, therefore these are the minimum you can select. Learn more about our cookies.