Re: [Axapta-Knowledge-Village] Locking Field

2007-02-06 Thread Wahyudin Zakie
i've found this solution, amit jain told me. just add code below in datasource at active method. ledgerJournalTrans_ds.object(FieldNum(LedgerjournalTrans,AccountNum)).allowedit(ledgerJournalTrans.settlevoucher != settlementType::SelectedTransact);

Re: [Axapta-Knowledge-Village] Locking Field

2007-02-05 Thread Joe DeRoche
I believe there is a way to apply a security certificate at the field level that might accomplish what you are looking for. --- Wahyudin Zakie [EMAIL PROTECTED] wrote: Hi all.. I am a beginer in Axapta and X++. I am using axapta 3.0, i want to know the code how to lock some field. For

[Axapta-Knowledge-Village] Locking Field

2007-02-04 Thread Wahyudin Zakie
Hi all.. I am a beginer in Axapta and X++. I am using axapta 3.0, i want to know the code how to lock some field. For example when i using function settlement in journal, i want to lock accountnum,accounttype,and postingprofile. so user can not change that field after using function