Duplicate materials in Mfg Details, epicor - erp

I am getting duplicate materials in Mfg Details when I run the GetDetails Method. Anyone came across this in Epicor?

I actually managed to fix it. There were two revisions with the same Effective Date, both revisions were approved. This is where the duplicate in materials came from...

Related

Append more than 100 products in Adobe Analytics

if i add more than 100 products under s.products in adobe analytics, I am seeing 414 status code
First, since you got this error, and I see in your screenshot it is a GET request, it sounds like you may not be using the latest Adobe Analytics AppMeasurement library (AppMeasurement.js) and Experience Cloud ID Service (VisitorAPI.js) - or at least a version that supports POST requests. So the first thing I suggest is update to the latest libraries.
But second - and perhaps more importantly - as #RobertSim commented - what are you doing that requires pushing 100+ products to an AA hit? I've been doing this for over 10 years with countless clients both directly working with them and indirectly on help sites such as this, and this is the first time I have ever seen someone try to push so many products at a time.. I'm a little impressed.
But nonetheless you are almost certainly going about things the wrong way. Are you trying to do product impression tracking on a category/product listing page? There is no way a visitor is viewing 100+ products at a time. The standard is to do top 5 or top 10 on a category/product listing page.
Are you trying to push meta data about products to AA? Definitely should not be doing it like this. You should probably be using SAINT classification uploads.
Provide more details about what you're trying to do here, what's the goal of this, etc. and perhaps a better answer can be given.

How to initialize a CKSubscription in iOS 10.3

I am building an app that needs to subscribe to record changes in the public database of iCloud. Now, after watching the apple video's and reading their documentation, I decided to get to work. However, I immediately got stuck here:
All initialization methods on a CKSubScription are deprecated. This can be seen here, but meanwhile apple still seems to use the very same methods in their documentation here.
This left me surprised. Looking around on the web and SO, there doesn't seem too be much information or any tutorials available (at least, none with up to date info on initializing subscriptions), probably because this technology is relatively new and these changes are recent. I have very superficial experience with CloudKit, so I'd rather ask for a decent way to do this than to improvise something myself. My question is:
How to initialize a CKSubscription?
Obviously, if the entire idea of subscriptions is outdated I am open to any answer that will result in my app receiving pushes when records of specific types appear in my public database.
Seems like CKSubscription is really more or less deprecated.
According to http://iosdevetips.blogspot.de/2016/06/deprecated-apis-in-ios-10.html you should use CKRecordZoneSubscription and CKQuerySubscription now.
Update:
Like Trevis pointed out, the docs are not really helpful here, but at least Xcode shows a somewhat helpful Warning:
If you are looking for a new class to substitute Apple's own documentation, use CKQuerySubscription in place of CKSubscription. They have almost identical initializers.

What lines of code are necessary to reload the PFQueryTableViewController?

I'm using Xcode with Parse.com database for storing data! My question is which lines of code will allow a PFQueryTableViewController to reload?
Parses tables are no different than any other table. You reload it like a normal UITableView.
I would highly recommend reviewing their documentation. They are fantastic at providing you well documented resources even dumbing it down to 1st grade level when it comes to implementing push notifications etc and have even helped translate to swift. Don't take them for granted. Their docs are listed here:
https://parse.com/docs/ios_guide
Additionally, there are numerous tutorials out there that will set you up for success you just have to go do the research. This question has been duplicated numerous times but my response is too big for a comment. No credit is necessary. Essentially, just do some research.
Here is a link to appcoda. Based on your question I feel you might have some more questions in the future pertaining to parse, no disrespect. Just here to help. I encourage you to review them and hopefully learn from it.
http://www.appcoda.com/tag/pfquerytableviewcontroller/
Happy coding-

What's the meaning of "lazy symbol binding failed" error?

There are a lot of questions on Stack Overflow about specific errors with this phrase, but I wasn't able to find a general description of what it is and what causes this type of errors. I just want to get a better understanding of the issue; I suspect that it's covered in depth in some document from Apple, but I wasn't able to find it as well: every google search on the matter results in pages of specific problems and solutions that are tied to specific context. Can anyone point me in the right direction?

How to create filter in mantis to see only recently added issues like last 2 weeks

I would like to create a filter which when selected displays cases/issues that was opened/resolved etc in last 1 week or 2 weeks instead of hardcoded times. I have found these kind of queries to be extremely useful in other bug trackers. I can set fixed time stamps to report issues in that interval but it is not particularly that useful. It's best to save a filter which is generic. Does anyone know if this can be done in MantisBT?
Update: the reference bug for this feature is 0009398: Filter Enhancements
I don't think this is possible in the current MantisBT code base ( I'm one of the developers ). Either raise a feature request at the MantisBT bugtracker or look for a plugin which does that.

Resources