08 December 2010

To make a form in select mode ( Form in Lookup)

Which form want to open in lookup

form->methods->init()

element.selectMode(StringEdit);

3 comments:

  1. Please post this task somewhat clearly. I didn't understand the requirement and solution

    ReplyDelete
  2. selectMode(control) function takes the control (like a StringEdit) that should be used to return a value in a form (element) used as a lookup.
    This meands that the value returned by the control should be used as a filter for a query or a datasource range (or anything else).

    Read this: http://www.axaptapedia.com/Lookup_Form

    This post isn't clear at all, starting from the title.

    ReplyDelete
  3. Absolutely composed subject material , Really enjoyed reading through . useful reference

    ReplyDelete

Give me the commetns and solutions

Service class to get the selected record and deleted matching records and refresh the form data source in D365 F&O

 [DataContractAttribute] class ABCUserProfilesBulkDeleteContract {         UserId userId;     [DataMemberAttribute('UserId')]     pu...