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 !
This question has been flagged
2
Replies
8685
डेटा देखने का तरीका
Hi CHUNG WAI YAO,
| You can use the unlink method. |
Thanks.
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
साइन अप करें| Related Posts | Replies | डेटा देखने का तरीका | ऐक्टिविटी | |
|---|---|---|---|---|
|
|
2
अग॰ 17
|
6527 | ||
|
|
1
सित॰ 25
|
3746 | ||
|
|
12
सित॰ 22
|
48249 | ||
|
|
15
सित॰ 21
|
45364 | ||
|
|
2
फ़र॰ 21
|
4884 |
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?