Table method ValidateDelete() in D365

X++ Programming Language >   D365 Table >   Table Methods  

Long Question

3252


Answer:

While deleting a record if we want to put any validation we can use this method. Here once I delete a record populating a info that deleted record.



public boolean validateDelete()
{
boolean ret;
ret = super();
info(this.AccountNum);
return ret;
}



This Particular section is dedicated to Question & Answer only. If you want learn more about X++ Programming Language. Then you can visit below links to get more depth on this subject.




Join Our telegram group to ask Questions

Click below button to join our groups.