Skip to main content

My scenario:

  • In Page Designer:
    • The “My Time Registration” page uses a “Report Time Dialog”
      • This dialog has a group called “ReportProjectGroup”
      • Within this group, there is a boolean field (toggle button) called “Show Project List” ← This is the field that I want to change the default for but I through Developer Studio
  • In Developer Studio:
    • I found the “TimeRegistrationEmployee” client and saw it was using fragment “TimeRegistrationCommonObjects” which uses the “TimeReportingDialog” fragment
      • The “TimeReportingDialog” uses the structure “ReportTimeStructure” which defines the default for “Show Project List” toggle button

My goal is to override this toggle button so that it is set to TRUE instead of FALSE in Developer Studio.

How can I do that in developer studio since I cannot customize the fragment and directly override the structure?

Be the first to reply!

Reply