Sage 300 View Documentor Online

A fully searchable Sage 300 View Doc on the web

Views

Search: Show:
ID Name Description
AP0001 APP01 Company Options View
AP0002 APP02 Invoicing Options View
AP0003 APP03 Payment and Aging Options View
AP0004 APP04 Integration Options View
AP0005 APRDC Distribution Codes View
AP0006 APRAS Account Sets View
AP0007 APCLX 1099 / CPRS Codes View
AP0008 APDSD Distribution Set Details View
AP0009 APDSH Distribution Sets View
AP0010 APPTP Payment Codes View
AP0011 APRTB Terms Payment Schedule View
AP0012 APRTA Terms View
AP0013 APCCS 1099 / CPRS Amounts View
AP0014 APVCM Vendor Comments View
AP0015 APVEN Vendors View
AP0016 APVGR Vendor Groups View
AP0017 APVGS Vendor Group Statistics View
AP0018 APVNR Remit-To Locations View
AP0019 APVSM Vendor Statistics View
AP0020 APIBC Invoice Batches View
AP0021 APIBH Invoices View
AP0022 APIBD Invoice Details View
AP0023 APIBS Invoice Payment Schedules View
AP0024 APIBT Invoice Detail Comments View
AP0025 APOBL Documents View
AP0026 APOBS Document Sched. Payments View
AP0027 APOBP Document Payments View
AP0029 APPYM Posted Payments View
AP0030 APBTA Payment and Adjustment Batches View
AP0031 APTCR Payments/Adjustments View
AP0032 APTCN Miscellaneous Payments View
AP0033 APTCP Applied Payments View
AP0034 APTCU Adjustment G/L Distributions View
AP0035 APSLH Selection Criteria Header View
AP0036 APSLD Selection Criteria Details View
AP0037 APTRK Payment G/L Distributions View
AP0038 APPTER Posting Error Messages View
AP0039 APIVPT Post Invoices View
AP0040 APPYPT Post Payments and Adjustments View
AP0041 APUNGL Revaluation View
AP0042 APGLTR Create G/L Batch View
AP0043 APAGE Age Documents View
AP0044 APYREN Process Year End View
AP0045 APINTCK Integrity Checker View
AP0047 APSTAT Update Statistics View
AP0048 APPOOP Create Open Document List View
AP0049 APPREN Clear Fully Paid Documents View
AP0050 APPGCM Clear Vendor Comments View
AP0051 APPGST Clear Statistics View
AP0052 APPGIA Delete Inactive Records View
Showing 1 to 50 of 1478 records

CP0136 - CPHDOA - History Audit Detail Opt Fields

Compositions

using (HuAPConnection Connection = new HuAPConnection())
using (HuView CPHDOA = Connection.GetView("CP0136"))
using (HuView CPHDAU = Connection.GetView("CP0024"))
using (HuView CPHHAU = Connection.GetView("CP0021"))
using (HuView CPHHOA = Connection.GetView("CP0135"))
{
	CPHDOA.Compose(CPHDAU);
	CPHDAU.Compose(CPHHAU, CPHDOA);
	CPHHAU.Compose(CPHDAU, CPHHOA);
	CPHHOA.Compose(CPHHAU);
	
	// Code Here
	
}

Indexes

  • 0 - Earn/Ded/Tax Opt Field
    EMPLOYEE,EDITDATE,EDITTIME,CATEGORY,EARNDED,LINETYPE,LINENO,OPTFIELD

Fields