Are objects open for write during AUDIT?

Are objects open for write during AUDIT?

Kyudos
Advisor Advisor
595 Views
2 Replies
Message 1 of 3

Are objects open for write during AUDIT?

Kyudos
Advisor
Advisor

If, on audit pass 2, I pass a this pointer out of my custom entity audit function to a static test function, is this open for write?

0 Likes
Accepted solutions (1)
596 Views
2 Replies
Replies (2)
Message 2 of 3

Alexander.Rivilis
Mentor
Mentor
Accepted solution

@Kyudos wrote:

If, on audit pass 2, I pass a this pointer out of my custom entity audit function to a static test function, is this open for write?


What about using isWriteEnabled method to check this?

Відповідь корисна? Клікніть на "ВПОДОБАЙКУ" цім повідомленням! | Do you find the posts helpful? "LIKE" these posts!
Находите сообщения полезными? Поставьте "НРАВИТСЯ" этим сообщениям!
На ваше запитання відповіли? Натисніть кнопку "ПРИЙНЯТИ РІШЕННЯ" | Have your question been answered successfully? Click "ACCEPT SOLUTION" button.
На ваш вопрос успешно ответили? Нажмите кнопку "УТВЕРДИТЬ РЕШЕНИЕ"


Alexander Rivilis / Александр Ривилис / Олександр Рівіліс
Programmer & Teacher & Helper / Программист - Учитель - Помощник / Програміст - вчитель - помічник
Facebook | Twitter | LinkedIn
Expert Elite Member

Message 3 of 3

Kyudos
Advisor
Advisor

Obviously, i didn't forget about that at all, honest....;)

0 Likes