Insert 'Load Records from File' on Document Templates screen
Hi there,
I want to import data using excel file into Document Template. So, I trying to setup 'Load Records from File' button on screen SM209020 (Document Templates)
I click upload for Excel but nothing happen ?
ScreenId=SM209020 > tab Tasks (Â Allow upload = true) Â
I have looked at this link. However, I still do not understand clearly about the public place PXSelectJoin<PMTask,....
Please help me understand the problem I am having?
Page 1 / 1
@phat - does this act the same with no customizations published on the site?Â
If so I agree with @Heidi Dempsey the best course of action would be to create a support case so we can investigate and find a root cause.Â
Hi @david.harris I have created a case in my problem. Â
Â
Thank you
Â
@phat - does this act the same with no customizations published on the site?Â
If so I agree with @Heidi Dempsey the best course of action would be to create a support case so we can investigate and find a root cause.Â
I updated the code but it still doesn't work.
    PXImport(typeof(AUTemplateData))]     public PXSelect<AUTemplateData, AUTemplate, Where<AUTemplate.templateID, Equal<Current<AUTemplateData.templateId>>>,     OrderBy<Asc<AUTemplate.templateID, Asc<AUTemplateData.active, Asc<AUTemplateData.line, Asc<AUTemplateData.container,         Asc<AUTemplateData.view, Asc<AUTemplateData.rowType, Asc<AUTemplateData.field, Asc<AUTemplateData.view >>>>>>>>> Items;
Â
Â
Hi He
@phat please enter a case so we can investigate this further for you.
Hi @Heidi DempseyÂ
I want to Insert 'Load Records from File' on Document Templates.However, the 'Load Records from File' button is disabled.
Here is my code
using System; using PX.Objects; using PX.Data;   namespace PX.SM {  public class AUTemplateController_Extension : PXGraphExtension<PX.SM.AUTemplateController>  {   #region Event Handlers   bPXImport(typeof(AUTemplateData))]   public PXSelect<AUTemplateData,   LeftJoin<AUTemplate, On<AUTemplate.templateID, Equal<AUTemplateData.templateId>>>,   Where<AUTemplate.templateID, Equal<Current<AUTemplateData.templateId>>>> Items;   #endregion  } }
My code it is not working. How can i fix it ?
@phat please enter a case so we can investigate this further for you.