[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: Where does SQL get generated for PeopleSoft Inserts?
- Subject: Re: Where does SQL get generated for PeopleSoft Inserts?
- From: Hartono Sutirman <hsutirman@JATIS.COM>
- Date: Thu, 8 Jul 1999 10:16:44 +0700
- References: <07FE43783901A355*/c=US/admd=TeleMail/prmd=Deloitte/o=ccMailGW/s=Shroff/g=Zubin/i=J/@MHS>
hi...
As far as I know, you can assign default values to the fields but it is not
required, since peoplesoft would automatically insert a space to a blank field.
This error usually happen because you haven't Alter or Re-Create the Table
after you added the fields and maybe you want to check the Setting when you
choose to re-create or alter the table.
regards,
Hartono Sutirman
Zubin Shroff wrote:
> We added a few new fields to the JOB table and on the JOB_DATA_HIRE
> panels. When adding a new employee, we get a SQL INSERT error since
> the new fields are not being assigned values. How do I fix this? Where
> is the SQL generated?
>
> Thanks for your help...