示例#1
0
        /// <summary>
        /// F11024_s the search template details.
        /// </summary>
        /// <returns></returns>
        public static F11024MultiplejournalEntryData F11024_SearchTemplateDetails()
        {
            F11024MultiplejournalEntryData tempObject = new F11024MultiplejournalEntryData();
            Hashtable ht = new Hashtable();

            Utility.LoadDataSet(tempObject.f1124_SelectJournalEntryTemplate, "f1124_pclst_JournalEntryTemplate", ht);
            return(tempObject);
        }
示例#2
0
        /// <summary>
        /// F11024_s the get multiple journal template details.
        /// </summary>
        /// <param name="jetTemplateID">The jet template ID.</param>
        /// <returns></returns>
        public static F11024MultiplejournalEntryData F11024_GetMultipleJournalTemplateDetails(int jetTemplateID)
        {
            F11024MultiplejournalEntryData tempObject = new F11024MultiplejournalEntryData();
            Hashtable ht = new Hashtable();

            ht.Add("@JETemplateID", jetTemplateID);
            Utility.LoadDataSet(tempObject.f1124_JournalEntryTemplateItem, "f1124_pclst_JournalEntryTemplateItem", ht);
            return(tempObject);
        }