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 !
Bu soru işaretlendi
2
Cevaplar
8657
Görünümler
Hi CHUNG WAI YAO,
| You can use the unlink method. |
Thanks.
Tartışma hoşunuza mı gidiyor? Sadece okumakla kalmayın, katılın!
Özel özelliklerden yararlanmak ve harika topluluğumuzla etkileşime geçmek için bugün bir hesap oluşturun!
Üye Ol| İlgili Gönderiler | Cevaplar | Görünümler | Aktivite | |
|---|---|---|---|---|
|
|
2
Ağu 17
|
6509 | ||
|
|
1
Eyl 25
|
3731 | ||
|
|
12
Eyl 22
|
48220 | ||
|
|
15
Eyl 21
|
45350 | ||
|
|
2
Şub 21
|
4867 |
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?