Customer form.

kirkostaskirkostas Member Posts: 127
I want to collect only the fields that are show in Customer form.
Is there a way I can achieve that?
kirkostas

Comments

  • Luc_VanDyckLuc_VanDyck Member, Moderator, Administrator Posts: 3,633
    If you mean you want to export or process only those fields which are visible on the customer form, then I'm afraid this is not possible. You can't know using C/AL Code, which fields are placed on a form. The only way you could tell is by exporting the customer form object to a text-file, and parse this file to determine which fields are on it. But if you dynamically hide fields (based on the logged in user for example) then it might be very difficult to know the exact fields that are displayed.

    If you mean something else, then I misunderstood your question and you can disregard the above paragraph ;-)
    No support using PM or e-mail - Please use this forum. BC TechDays 2024: 13 & 14 June 2024, Antwerp (Belgium)
  • kirkostaskirkostas Member Posts: 127
    Yes this is exactly what I meant.
    Thank you for your quick response.

    Have a nice weekend.
    kirkostas
Sign In or Register to comment.