FormAPI getItem Knowledge Base Article: 52670 Type: Tech Note SynopsisThis article provides information about a known issue with TeamSite: FormAPI getItem function, Bug #52641. DetailsA bug has filed for FormAPI getItem function, #52641.This known issue occurs when users try to refer to an item via IWDatacapture.getItem() witha replicant value. In this circumstance, a Null value is returned.This has been resolved, but the resolution requires the FormAPI script to use the onFormInit event.This was introduced in TeamSite 6.0 to guarantee that javascript code in FormAPI would execute after all elements are properly initialized.Adjusting the FormAPI script to use the onFormInit event should resolve the problem.