Consente di bloccare la causale di omaggio di MATERIALE PROMO PUBBLICITARIO e SCONTO NATURA fissa per codice articolo.
# | COLONNA | DECRIZIONE | TIPO | LEN | NOTE |
---|---|---|---|---|---|
1 | CODICE_ARTICOLO | Codice Articolo | Stringa | 25 | |
2 | PromoPubblicitario | Omaggio Promo Pubblicitario | Intero | Flag 1 o 0 | |
3 | ApplicaPrezzo0 | Applica in automatico il prezzo a 0 | Intero | Flag 1 o 0 |
<?xml version="1.0" encoding="utf-8"?>
<TABELLA_ASCNATBLOC xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"?>
<ARTICOLISBLOCCATI>
<CODICE_ARTICOLO />
<PromoPubblicitario>0</PromoPubblicitario>
<ApplicaPrezzo0>0</ApplicaPrezzo0>
</ASCNATBLOC>
</TABELLA_ASCNATBLOC>
public partial class ASCNATBLOC { [Indexed(Name = "IX_PK_ARTICOLI_SCONTONATURA_BLOCCATI", Order = 1, Unique = true), MaxLengthAttribute(25)] public string CODICE_ARTICOLO { get; set; } public int PromoPubblicitario { get; set; } public int ApplicaPrezzo0 { get; set; } }