I created a new screen where our users can request that a production order be made for items. If a production order has been created for that item, i want it to show up on the screen. i added a custom field to the production order maintenance screen where we can add in the key ID field from the new screen so that it could be connected to that specific record. i am having issues with referencing this custom field in the view of the screen. When i go to build it, it says “CS0426 the type name ‘usrSawReq’ does not exist in the type amproditem. when i google i find that it should be “ .getextension<AmProdItemExt>” that would allow me to use this field, but when i have tried it, the amproditemext doesnt show as available. can anyone tell me how this should be done?



