Hi, i am writing the delete/remove procurement_rules method of a warehouse in a custom module. I want to remove the existing/default values in my method. How can i do that. I seen the created method, will it be similar to turn them in remove? Thanks !
Этот вопрос был отмечен
2
Ответы
8676
Представления
Hi CHUNG WAI YAO,
| You can use the unlink method. |
Thanks.
Не оставайтесь в стороне – присоединяйтесь к обсуждению!
Создайте аккаунт сегодня, чтобы получить доступ к эксклюзивным функциям и стать частью нашего замечательного сообщества!
Регистрация| Похожие посты | Ответы | Просмотры | Активность | |
|---|---|---|---|---|
|
|
2
авг. 17
|
6525 | ||
|
|
1
сент. 25
|
3743 | ||
|
|
12
сент. 22
|
48242 | ||
|
|
15
сент. 21
|
45358 | ||
|
|
2
февр. 21
|
4879 |
Wanna ask about your answer "You can use the unlink method."
I just learn to create value for an module, we logging.info in to the module, and then get session, then we define objective, then
I think could be about must using query to do select first then only can do unlink method, do you know how to select the particular value to do unlink method?