Project Name: Bayer: Query Condition: Userid Activity. Ownerid Fields Querying From User: Firstname, Lastname

You might also like

Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 1

Hi Amith,

Today I’ve worked on following tasks.

Project Name: Bayer


1. Parsing done for getting the Activity and list of contact details by using R17.
Search Condition: Status = completed.
Fields Querying from Activity: Description, OwnerId, DueDate.
Fields Querying from Contact: ContactId, ContactName.

2. Developed “SplitLotAndQuantity” method: Here splitting the Activity


Description, getting the Lot number and Quantity separately and setting into hash
map.

3. Developed generic “Query” method for getting User details.


Query Condition: UserId = Activity. OwnerId
Fields Querying from User: FirstName, LastName.

4. Querying Product details.


Query Condition: Name = Activity. LotNumber
Fields Querying from Product: ParentProductName.

Thanks & Regards,


Pratheeka.S

You might also like