Hallo
saat ini aku sedang mencoba untuk mengupdate record yang ada di table LogisticsPostalAddress. Tetapi system malah mengeluarkan error seperti dibawah ini "Cannot edit a record in Addresses (LogisticsPostalAddress). Update on a
valid time state table is not allowed without specifying a
ValidTimeStateUpdateMode."
what u have todo is,... make sure u call validTimeStateUpdateMode method.
here is the example
static void Job12(Args _args)
{
RecId _recid;
LogisticsPostalAddress _dlvadress;
;
ttsBegin;
_dlvadress.validTimeStateUpdateMode(ValidTimeStateUpdate::Correction);
select forUpdate _dlvadress where _dlvadress.RecId == 5637147898;
// _dlvadress = LogisticsPostalAddress::findRecId(5637147898,true); or ucan try this
_dlvadress.Address = "Cirebon";
_dlvadress.update();
ttsCommit;
}
OK...
selamat mencoba
All Archives in this blog may be used for the Junior,Dummies or someone who just started for career at Dynamics Ax ... A Place Where U can Start ur Code - right here ...
Langganan:
Posting Komentar (Atom)
Erorr CS1963 - An expression tree may not contain a dynamic operation.
Kali ini saya mendapatkan erorr dengan code CS1963, padahal sebelumnya saya sudah mendefinisikan 'var item in Model' di @foreach(var...
-
My code here is to copy Purchase Agreement line from reference Purchase Agreement to new Purchase Agreement. static void PSMCopydirecttoag...
-
If you want to try custom your notification, AX Standard can bring the user to the form where the information exist but when the form was...
-
"Error while setting server report parameters. Error Message: The item ´/DynamicsAx/PurchPurchaseOrderreport.Report4´ cannot be found ...
Tidak ada komentar:
Posting Komentar