Questions tagged [epicorerp]

Epicor ERP is a large highly customizable Enterprise Resource Planning software package written by Epicor Software Corporation. Please note the version when asking questions.

Epicor ERP Version 9 was written using Progress ABL for the server with a C# .Net smart client and either a progress or SQL Server database. Epicor ERP Version 10 is completely written in C#.net and only supports SQL Server databases.

Epicor ERP

Due to significant differences in architecture it is helpful to state the version you are using. This can be found in the client under Help > About i.e.

  • E10.1.400.20
  • E10.0.700.4
  • E9.05.702a

etc.

92 questions
1
vote
1 answer

BPM runs even after deleting it (Epicor)

I have removed a BPM which has been in Epicor for some time. I initially disabled it to stop it from executing, however, the BPM still executes. My next approach was deleting the BPM, but still, the BPM runs even after deleting it. Could someone…
john
  • 115
  • 8
1
vote
3 answers

Menu Missing in Epicor but available in Database

I am working with Epicor 10.0.700.4. I could not see few menu items in my Epicor screen, but those menus are available in back-end Database. Is there a way to figure out the inactive menus or the hidden menus in EPICOR or from DB tables. I checked…
Niki
  • 1,093
  • 1
  • 17
  • 35
1
vote
1 answer

Epicor always attaching a file to a new job creation

recently our epicor 10 installation has been attaching the same .pdf file automatically to every new job that is created in the system. Any ideas how to prevent this behaviour?
Tom
  • 191
  • 1
  • 12
1
vote
2 answers

Epicor BAQ - calculated fields

Hope you are doing well and help me with below query about BAQ. Please see example below - current results +-------+------+--------------+------+ | Order | Part | Ship By Date | Wave | +-------+------+--------------+------+ | 1231 | A |…
BartO
  • 11
  • 5
1
vote
1 answer

SSRS linked table fields

I am trying to adapt a report we run from our Epicor ERP system. The relevant tables that this report uses are "Part" and "PartMtl". PartMtl relates a parent part to it's child parts, and Part holds the details about a part. So the report is a…
1
vote
2 answers

Epicor 10.1.5 SessionModSvcContractClient logout

Has anybody ever had an issue where the SessionModSvcContractClient Logout function throws an Exception: Additional information: Object reference not set to an instance of an object. When I tried LogoutAsync and Close methods they worked fine. Can…
yahyazini
  • 598
  • 12
  • 20
1
vote
1 answer

Permission to enable certain fields depends on CurrentUserID Epicor ERP10

I need help. I need to enable certain fields depends on CurrentUserID. There is one field which is UltraCombo contains of Employee's name. When the Employee's Name is selected, the other fields should be enabled if the CurrentUserID is matched with…
Kieym
  • 41
  • 2
1
vote
2 answers

Project Advice: push ERP/SQL transaction data to Slack

I'm embarking on a software project, and I have a bit of an idea on how to attack it, but would really appreciate some general tips, advice or guidance on getting the task done. Project is as follows: My company has an ERP (Enterprise Resource…
Joshua Zastrow
  • 1,137
  • 3
  • 14
  • 29
1
vote
2 answers

What table are data directives stored in epicor

Where can I find the sql table that stores the data directives are stored? I would like to know all the data directives that has been defined for in the system
Arcadian
  • 4,142
  • 12
  • 59
  • 104
1
vote
1 answer

Changing Epicor ERP10 standard system code

How can I change Epicor ERP10 standard system code for Purchase Requisition Entry in the Line pane? I would like to change the Due Date from displaying current date to blank everytime making a new line. Please help me.
Kieym
  • 41
  • 2
1
vote
2 answers

How can I access UD fields in Epicor10 business objects outside of Epicor?

In Epicor 9 it was fairly easy to open Visual Studio and create a project and use the Epicor libraries to access its Business Objects (BOs). So, for instance the Part could be accessed by including the library Epicor.Mfg.Part and newing up a Part…
Price Jones
  • 1,758
  • 1
  • 20
  • 35
1
vote
1 answer

Default Customization in Epicor 10.1

I'm working in Epicor 10.1 SaaS writing a customization on New PO Suggestions. The customization works and I can access it through Developer mode. I'm trying to allow users to always see this customization when they launch New PO Suggestions, but…
soytsauce
  • 281
  • 2
  • 4
  • 15
1
vote
1 answer

combo box ValueChanged event affecting two cbos

I'm new to C# so I may be going about this all wrong. I have two combo boxes. When one has a value the other should always be string.Empty. My problem is once I change the value in one I set other to string.Empty. Which, of course, fires that…
1
vote
2 answers

Epicor 10 (ERP) SSRS Reporting Error: Maximum of 1024 columns returned

Hi all, this might be a shot in the dark, but I'm looking for help on sorting out an error that resides in either a report data definition or the Sequel Server Reporting Services (SSRS) report form. The error is preventing a particular form…
1
vote
1 answer

Epicor 10.1 implementation in .net

I have requirement to create dashboards like weekly sales order, monthly sales order and these dashboard should be sent to the client everyday as an email alert. I am new to the Epicor development, I have installed the Epicor and am able to access…