ProductReview Example: Difference between revisions

m
Line 24: Line 24:
The following data dictionaries  should now be available:
The following data dictionaries  should now be available:


*UserInfo_DataDictionary
==UserInfo==
**User_id
*User_id
**FirstName
*FirstName
**LastName
*LastName
**StreetAddress
*StreetAddress
**City
*City
**ZIPCode
*ZIPCode
**EmailAddress
*EmailAddress
*Place_DataDictionary
**Place_id
**StoreName
**StreetAddress
**City
**ZIPCode
**Administrator (identify if the user is administrator)
*Item_DataDictionary
**Item_id
**Name
**Manufacturer
**Price
*Purchase_DataDictionary
**Item_id
**Place_Id
**User_id
**DateTime
**Price
*Rating_DataDictionary
**Item_Id
**User_id
**Place_Id
**Rating


==Place==
*Place_id
*StoreName
*StreetAddress
*City
*ZIPCode
*Administrator (identify if the user is administrator)
==Item==
*Item_id
*Name
*Manufacturer
*Price
==Purchase==
*Item_id
*Place_Id
*User_id
*DateTime
*Price
==Rating==
*Item_Id
*User_id
*Place_Id
*Rating


= VDF Ajax implementation =  
= VDF Ajax implementation =  
1,134

edits