Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Return value: List<B25.FormEvent>

Parameters:

Name

Type

Description

formContext

https://gomeddo.atlassian.net/wiki/spaces/BPD/pages/2603745285/B25.Test+FormHelper.TestFormContext

The context of the form during the initialization event.

runFormOpenEvent

Using this method, you can trigger a form open event to test your custom form implementations.

Code Block
List<B25.FormEvent> runFormOpenEvent(B25.Test_FormHelper.TestFormContext formContext)

Return value: List<B25.FormEvent>

Parameters:

Name

Type

Description

formContext

https://gomeddo.atlassian.net/wiki/spaces/BPD/pages/2603745285/B25.Test+FormHelper.TestFormContext

The context of the form during the open event.

runFieldChangeEvent

Using this method you can trigger a field change event to test your custom form implementations.

...

Return value: List<B25.FormEvent>

Parameters:

Name

Type

Description

formContext

https://gomeddo.atlassian.net/wiki/spaces/BPD/pages/2603745285/B25.Test+FormHelper.TestFormContext

The context of the form during the field change event.

changeEvent

https://gomeddo.atlassian.net/wiki/spaces/BPD/pages/2604105733/B25.Test+FormHelper.TestChangeEvent

The change event that is being fired

runRelatedListAddEvent

Using this method you can trigger a related list item add event to test your custom form implementations.

...

Return value: List<B25.FormEvent>

Parameters:

Name

Type

Description

formContext

https://gomeddo.atlassian.net/wiki/spaces/BPD/pages/2603745285/B25.Test+FormHelper.TestFormContext

The context of the form during the related list add event.

changeEvent

https://gomeddo.atlassian.net/wiki/spaces/BPD/pages/2604367887/B25.Test+FormHelper.TestRelatedListEvent

The related list event that is being fired

runRelatedListRemoveEvent

...

Return value: List<B25.FormEvent>

Parameters:

Name

Type

Description

formContext

https://gomeddo.atlassian.net/wiki/spaces/BPD/pages/2603745285/B25.Test+FormHelper.TestFormContext

The context of the form during the related list remove event.

changeEvent

https://gomeddo.atlassian.net/wiki/spaces/BPD/pages/2604367887/B25.Test+FormHelper.TestRelatedListEvent

The related list event that is being fired

runLookupOverrideSearch

Using this method you can trigger a search event to test your custom form implementations.

...

Return value: B25.SearchResultCollection

Parameters:

runBeforeSaveEvent

Using this method, you can trigger a form before save event to test your custom form implementations.

...

Return value: List<B25.FormEvent>

Parameters:

Name

Type

Description

formContext

https://gomeddo.atlassian.net/wiki/spaces/BPD/pages/2603745285/B25.Test+FormHelper.TestFormContext

The context of the form during the save event.

runButtonClickEvent

Using this method, you can trigger a form button click event to test your custom form implementations.

Code Block
List<B25.FormEvent> runButtonClickEvent(B25.Test_FormHelper.TestFormContext formContext, String buttonName)

Return value: List<B25.FormEvent>

Parameters:

Name

Type

Description

formContext

https://gomeddo.atlassian.net/wiki/spaces/BPD/pages/2603745285/B25.Test+FormHelper.TestFormContext

The context of the form during the save event.

buttonName

String

The name of the button to trigger.