when new account is created in account module(after_save) Empty record automatically created Infinite times
What version of suite is this? is this only happening in the Suite 7 theme?
@Camo yes ,this is happening in the Suite 7 theme
i am using suitecrm version 7.7.9
what can i do pls help
thanks
by
sam
I couldn’t replicate this on my instance, can you replicate it on the DEMO instance?
Since this is in the “Developer collaboration” forum, and the original post mentions “after_save”, I’m guessing you’re talking about a logic hook. Saving inside an after_save hook might get you into an infinite loop, yes.
But it would be really helpful if you were clearer in your description of the issue, tell us what you’re trying to achieve and show us the code you’re using…