D365 Queries
Default Code Customized
(How to remove this if condition by using extension)
Default Code Customised
Here they commented the default else part code in customised how to do this by using Extension.
Default code Customised
Here we are changing the header title text in both if and else part, this can be done by using Post event handler of this method but we have to write that else if condition too right? i.e.
In Post Event Handler method
If (_setInitialText)
{
Modified code
}
Else if
{
Default code
}
Else
{
Modified code
}
*This post is locked for comments
I have the same question (0)

Report
All responses (
Answers (