Avatar

Level 1

Paul sorry, I dont think I did a very good job explaining. Below is the xml for the time portion of the form. What I want to do is allow me to have the table on my time sheet show something like

DATE | Hours | Pay Type | etc as the header for my tables (on the pdf form)

and each row I could put a different set of information maybe 5 times  (one for each work day).

My issue is that with this setup it only adds one group of fields for the date, hours, etc and if i try to bind more than one field in my form to the same data it doesnt seem to send anything at all.

        <RecordNumber>398</RecordNumber>

        <UserID>10289</UserID>

        <WorkDate>2006-03-27T00:00:00</WorkDate>

        <AccountNumber></AccountNumber>

        <BeginTime>2006-03-27T08:00:00</BeginTime>

        <EndTime>2006-03-27T09:00:00</EndTime>

        <Units>1.0</Units>

        <PayType>110</PayType>

        <BusinessUnit>20112</BusinessUnit>

        <PostedDate>2006-03-27T07:29:00</PostedDate>

        <CostCode>200</CostCode>

        <ExportStatus>1</ExportStatus>

        <ErrorStatus>N</ErrorStatus>

        <ErrorDesc></ErrorDesc>

        <BlackBerryRecID>1456</BlackBerryRecID>

        <UploadFromBlackBerry>2006-03-29T13:56:44</UploadFromBlackBerry>

        <CostCodeDesc>WO On Site</CostCodeDesc>

        <PayTypeDesc>Non Charge Regular</PayTypeDesc>

        <AcctName></AcctName>

        <SubmittedBy></SubmittedBy>

        <ApprovedBy></ApprovedBy>

        <ApprovedDate>2006-04-04T09:37:57</ApprovedDate>

        <Notes></Notes>

        <JDEStatus>1</JDEStatus>

        <JDEDate>2006-04-04T09:39:00</JDEDate>

        <SalaryWork></SalaryWork>

        <PaperWork></PaperWork>

    </TimeEntry>