When adding a new account and it says.
A new segment will be created. Do you want to enter a description for this segment.
And there is a tick box that says, do not show me this message again.
If this is ticked, and the message no longer pops up, how can I reset it so that the message does show again?
*This post is locked for comments
Running the following script against the Company Database will enable the error.
update SY01401 set USRDFSTR='1' where coDefaultType=13 and USERID='sa'
Running the following script against the Company Database will disable it again
update SY01401 set USRDFSTR='0' where coDefaultType=13 and USERID='sa'
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156