This will include questions related to document management.
Recently active
The function to select a macro for example for editing a document is working good in IEE.We get a question if there are more than one macros defined for one document process.In IEE it looks like This dialog is not shown in Aurena. Is there a special parameter which must be set in Aurena to get the same behavior?
Hi,We have a scenario where same document revision is attached in Manual Supplier Invoice and Posting Proposal. For one document detach option is not available in Manual Supplier Invoice, but not in Posting Proposal. For other document detach option is not available in both Manual Supplier Invoice and Posting Proposal. I believe these documents are transferred from Manual Supplier Invoice to Posting Proposal through Object Connection Transformation. When it was transferred like this can we only detach the document from originally attached LU? If that is the case is there a work around where we can detach a document from a LU which is not the original LU?Also by looking at the document revision how can I identify what is the LU where this document was originally attached? Thank You and Best Regards,Hasitha
Hello,Every time I open a jpg attachment in apps 10 IEE, I get the “How do you want to open this file?” prompt by Windows, and regardless of how many times I check the “always use this app to open .jpg files” checkbox, I always get this prompt when I open a jpg attachment. I know Windows is storing this app as the default program because Windows never prompts me with this when I open jpgs via other methods like email attachments, locally saved jpgs, network pictures, etc. It’s only occurring when I open a jpg via the IEE app. I can even navigate to the folder where IFS downloads the jpg file and open it successfully from there. I’ve tried resetting the Photos app in Windows and re-confirming the default app choices in app settings. I’ve spoken to other users of our apps 10 IEE setup and they don’t appear to have this same issue. Any thoughts on how to remedy this?Thanks,Evan Edwards
Is it possible to delete a record scanned image (once processed an invoice becomes a record) from the system but maintain the metadata to attest to the fact that the record existed?This is in relation to retention and disposition and is also a statutory requirement in South Africa in regard to the Protection of Personal Information which states that a record must be destroyed once it has served the purpose that it was collected for. Kind Regards
In Apps 10 we had a full text search in Docman which was initially served by the Search Domains functions. I can't find such a search in Cloud 21R1 anymore. Does this mean for Cloud 21R1 that there is no full text search anymore? What are the alternatives?GreetingsOliver
Hello all, was looking for information on multi site pick list creation. We have task in place by the user which works if manually printed. The problem is when any user tries to create a pick ticket automatically is will only print to the main site and not the site listed on the case. We do not have order takers manually releasing orders so the database task isn’t really affective. Any help would be much appreciated on this topic.
Dear all,Would like to know what can be the cause of this issue. When pressed copy approval template we receive the following error. In other windows where we have a copy approval template tab, this issue doesn't occur.Thank you Kind regardsUdanee
We are running into an issue where the aurena agent will not enable in the Edge browser but it does in Chrome.Note: we are on 23R1.4We have the agent installed on users computers and we have the aurena extension enabled. If the user is utilizing Chrome as the browser, it will show enabled but if they use Edge, it will not. Screenshots from Edge:Version of Edge being usedExtension is enabled - have toggled this off and back on - no changesUser settings shows aurena agent not enabled Aurena Agent is installed on computer - have tried to uninstall and reinstall with no change Since there isn’t an Edge extension for aurena agent, we had to get it from the Chrome store and apply to Edge Note: browser settings are managed by the company but the network team has not found any reasons that this would not work. Are there setting that we may be missing?Has anyone run into this before? Weird that it works in Chrome and not Edge (Edge is the company default browser)
Hi,Could someone explain the reason for receiving the following error message when trying to add attachments to the PO No Part Lines.Product Version: 22.2.7I have checked the object connection transformations related to this and found a Object Connection Transformation which does not exist in core. Target LU Name: PurchaseOrderLineNopart,Service: DocReferenceObjectSource LU Name:PurchaseRequisition Transformation Method: REQUISITION_NOError Text: Field [KEY_REF] is mandatory for category and requires a value
I found code on here that allowed me to attach a document to an email. This worked fine but it uses COMMAND_SYS: PROCEDURE EMAIL_DOC(mailto_ varchar2,mailfrom_ varchar2,doc_class_ varchar2,doc_no_ varchar2,doc_rev_ varchar2,doc_sheet_ varchar2,title_ varchar2,subject_ varchar2,message_ varchar2) IS file_name_ VARCHAR2(2000); file_names_ VARCHAR2(2000); doc_type_ VARCHAR2(2000); f_ VARCHAR2(2000); error_msg_ VARCHAR2(32000); rec_ Plsqlap_Record_API.type_record_; doc_ref_ VARCHAR2(32000); CURSOR get_doc_reference IS SELECT doc_object_desc FROM DOC_REFERENCE_OBJECT WHERE doc_class = doc_class_ AND doc_no = doc_no_; BEGIN OPEN get_doc_reference; FETCH get_doc_reference INTO doc_ref_; IF get_doc_reference%FOUND THEN EDM_FILE_API.REFERENCE_EXIST(f_, doc_class_, doc_no_, doc_sheet_, doc_rev_,'VIEW'); IF f_
Most of our users are currently unable to open certain checked in word documents using document management. IFS APPS 10 UPD13 - Windows 11. In some cases it will open the document, appear to load (with the watermark flashing across the document) and then close itself immediately. Other times it will look like it will open (windows loading cursor) but not open at all. Some of these documents appear to be password protected. Other users are getting the error “no view file available, are you sure you want to check in the document?” when when they check out a document, edit and try to check back in.Any ideas?Thanks
Hi,Can I know how we can add a new service for the object connections? Customer needs to add new service for Add, Edit and Delete SharePoint links in the attachment panel for selected pages.
We are getting a System Exception Error on the document folder navigator screen for a user. The error is: Collection was modified; enumeration operation may not execute. The attachments window is open and the screen runs through the bottom document section. The user has to close IFS in order to get the screen to function again. We will occasionally get the same message when update scripts are ran. Our IFS systems administrator has to run the script again and it works the second time with out changing anything. What would cause this error and how do we fix it so our user doesn’t have to close IFS all the time.
The customer wants to securely store and retain older, less frequently accessed, or inactive documents. They want to free up space in the main document repository for current and regularly used files. The option I can think of is ‘Move repository’ but in IFS, we dont have the option of only moving obsolete files. looking for ideas on how to tackle this. ( for APP10 and Cloud both)
Hi,after update to UPD19 we are not able to use command “Send document by e-mail” from Document Revisions. Some users get this error messageOther users does not get this error message, but nothing happens when we are expecting to have a new email message with link.Does anyone have any experience with this
when there is no direct mapping, a custom method is the usual way to set up a transformation.Instead of using a method, can we use a custom field to set up an Object Connection Transformation when the direct mapping fields are not available in the Target?the custom filed is not coming up in the LOV of available fields for me.
Hi all,A customer is installing Aurena Agent using their remote software installation procedure to all users in a group. What they have done isMass rollout the .msi file. Pushed silent installation with the TEST environment url. Chrome extension was pushed out and enabled successfully for Chrome. Extension was installed on Edge too. Above worked. Question:How do we now change the url to PROD? Uninstall and reinstall with correct url? Just push with new url?, etc, etc? Any help much appreciated. Kind regards,Rajith
Hi All,I’m trying to modify the following URL in IFS cloud with the 4 event parameters (KEY01, KEY02, KEY03, KEY04). Here the DOC_CLASS is AAB, DOC_NO is 1461919, DOC_REV is A1 and DOC_SHEET is 1.https://DOMAIN/main/ifsapplications/web/page/DocumentRevision/Form;$filter=keyref%20eq%20'DOC_CLASS%3DAAB%5EDOC_NO%3D1461919%5EDOC_REV%3DA1%5EDOC_SHEET%3D1%5E';path=0.1743295830.780940358;record=KERvY0NsYXNzPSdBQUInLERvY05vPScxNDYxOTE5JyxEb2NTaGVldD0nMScsRG9jUmV2PSdBMScpCan you please let me know how to replace the event parameters to the above URL to be used in the Message section of the event action?
Hello, I'm using document management in APP10When I send an instant invoice using message class INVOIC, media code E-INVOICE, the image of the invoice is automatically attached in Attachments /Documents The document revision for such invoice is in Released status, because it is automatically changed from Preliminary to Approved and then Released.Why does the document revision not remain in the Preliminary status?There is no approval template or event action Is this an intended behavior of the application?Is it a matter of setup?Best regards,Aneta
Working in IFS CloudI am looking into implementing Work Instructions in Workbench through Work Guidelines. Our current routings structures are very template oriented, including Standard Operations as much as possible.I am trying to work out how to get Media attached to lower level objects to flow up to the next level, ie Pictures connected to a Work Guideline Template to move to a Standard Operation when attached, then to a Routing Template Operation, etc. Ultimately the goal is for media attached at any step in the chain to be connected at the Routing level and ultimately within the Operation Guide in Workbench.A few of these connections are standard functionality and work as expected, a couple I have had to manually enable MediaLibrary service and create Object Connection Transformations to connect these items, and in certain cases I can bypass the intermediate steps and make it work, for example anything with a Work Guideline Template connected works. However I can’t make the connec
Greetings, IFS community! Documents are saved in the database and not on an external FTP server. Will it be possible to search for a document using words that are contained within the document as parameters? I am capable of searching and creating simple queries and quick reports in DOCMAN that utilize custom fields and fields from the tables. However, I am trying to conduct a search within the attached document for keywords. Would this be possible? Could you please provide me with some instructions on how to accomplish this if it is possible? We are using IFS 10 Thank you.
We are using the detail cards for the procurement portal as the default layout and we do have connected documents to the items. We can unfortunately not make the attached documents possible to reach without changing the view to list or table. Is this the functionality or is there any possibility to configure?
Hi Experts,I appreciate your assistance on the below error that I am facing with.When I try to attach a Document to a manual supplier I get the below error.“Error - IFS Applications---------------------------You can not connect documents of class toOffshore employees.”Any idea to resolve it?Thank you.
Hi all,We have a requirement to output xlsx files to pdf in doc man via macro when user views the doc.The doc loaded will remain xlsx.I’ve been told this isn't possible to do but was just wondering if anyone has done it?We already have a macro for docx to pdf which works fine.Many thanksDan
Is there a way to view PDF files without downloading them directly from the Document Revision screen, similar to how it is possible on the attachment panel in other screens? Is this possible with a custom command maybe?In my case I will have a lot of documents not attached to any objects, I would still like to be able to view the PDF documents without downloading them.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.