• swamy PRN
  • NEWBIE
  • 0 Points
  • Member since 2011

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 2
    Replies

Hi, This is swamy

 

   I want details regarding something related to objects.

 Iam creating  a dropdown list for objects,if i select a single object  thus related records should be displayed in a pageblock table .If i change the object name from list thus records only displayed in a table.

 

 If anyone know's intimate me....plz

Inventory Management Application
Description
Create an inventory application for medical products (medicines) that allows maintaining the
product count in stock, this count will get reduced when an order is created. Here, one order can
consists of multiple products with various quantities and different packaging.
The application should have following additional features:
· As soon as order is saved, an invoice must be generated as a pdf file for printing.
· If the product quantity goes below, pre-configured re-order level for individual products, an
email should be sent to an email address for re-ordering these products.
· Write an apex job that will mark medicines as expired, whose expiry date are over, and so will
not be counted as a part of inventory.
· All validations like order quantity cannot exceed items in stock etc. should be appropriately
taken care of.
· Total price should be available in invoice, with inclusion of configurable tax rate per product
type.
· Addition of products to the inventory should be allowed as a separate transaction i.e. it should
not be an update to an existing product record.
· Reports should be created for:
o Inventory reports to show the product count at current date and count after a week for
different packaging considering products getting expired in the given week sorted by reorder
quantity.
o Report and chart on dashboard to indicate the product demand variation.

 

Hi,

This is swamy. i want details about this program(In visual force page iam creating one Textbox & besides that  am creating one button named  as display  )

 If i enter Record name in text box then click display button.

then it must show, in which object the record belongs to and the record details should be display.

 

 

 

           If anyone knows reply me 

Hi,

This is swamy. i want details about this program(In visual force page iam creating one Textbox & besides that  am creating one button named  as display  )

 If i enter Record name in text box then click display button.

then it must show, in which object the record belongs to and the record details should be display.

 

 

 

           If anyone knows reply me 

For checking of contact duplicates before inserting them is fine ,its works fine as i had written a before insert trigger for the same.

But i need something extra in the before insert trigger ........

1. To display the Account Name of already existing Contact Name in  SFDC (Done--Achieved)


2. A message or alert with yes or no button saying tht 'would u like to proceed with creating of this contact ,though its duplicate exists' and if he clicks yes then the contact shld be created..overriding the before insert trigger written by me ... (Help Needed on this)


Message Edited by Chirag Mehta on 05-07-2007 01:46 AM