Exemple #1
0
 partial void OnLedgerIntercompanyJournalNameChanging(global::Microsoft.Dynamics.DataEntities.JournalName value);
 partial void OnBudgetParametersJournalNameChanging(global::Microsoft.Dynamics.DataEntities.JournalName value);
Exemple #3
0
        public static LedgerInterCompanyAccount CreateLedgerInterCompanyAccount(string originatingLegalEntityId, string destinationLegalEntityId, global::Microsoft.Dynamics.DataEntities.JournalName ledgerIntercompanyJournalName)
        {
            LedgerInterCompanyAccount ledgerInterCompanyAccount = new LedgerInterCompanyAccount();

            ledgerInterCompanyAccount.OriginatingLegalEntityId = originatingLegalEntityId;
            ledgerInterCompanyAccount.DestinationLegalEntityId = destinationLegalEntityId;
            if ((ledgerIntercompanyJournalName == null))
            {
                throw new global::System.ArgumentNullException("ledgerIntercompanyJournalName");
            }
            ledgerInterCompanyAccount.LedgerIntercompanyJournalName = ledgerIntercompanyJournalName;
            return(ledgerInterCompanyAccount);
        }
 partial void OnAssetParameterProposalJournalNameChanging(global::Microsoft.Dynamics.DataEntities.JournalName value);