{"id":4966,"date":"2014-06-30T14:56:52","date_gmt":"2014-06-30T09:26:52","guid":{"rendered":"http:\/\/erpschools.com\/?p=4966"},"modified":"2014-07-03T20:00:00","modified_gmt":"2014-07-03T20:00:00","slug":"display-user-id-user-nameresponsibility-idresponsibility-name-and-also-display-user-information-based-on-login","status":"publish","type":"post","link":"https:\/\/erpschools.com\/erps\/oracle-application-framework-articles\/display-user-id-user-nameresponsibility-idresponsibility-name-and-also-display-user-information-based-on-login","title":{"rendered":"Display User id ,User name,Responsibility id,Responsibility name from current login information"},"content":{"rendered":"<p>In this tutorial we are going to learn how to display User id ,User name,Responsibility id,Responsibility name and also display User information based on login.<\/p>\n<p><strong>Step1:\u00a0<\/strong>Create a page LoginDetailsPG under xxerpschools.oracle.fnd.erps.webui<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-4967\" src=\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/Image-11.png\" alt=\"Image 1\" width=\"699\" height=\"489\" \/><\/p>\n<p>Give the Page name and package name as said earlier.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-4968\" src=\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/Image-2.png\" alt=\"Image 2\" width=\"444\" height=\"178\" \/><\/p>\n<p>Now the page will be created and the structure of the page is shown below.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-4970\" src=\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/Image-4.png\" alt=\"Image 4\" width=\"453\" height=\"296\" \/><\/p>\n<p>Now create an Am under\u00a0 Package xxerpschools.oracle.apps.fnd.erps.server\u00a0 and name it as ErpsAM.<\/p>\n<p>In PageLayoutRN-Property Inspector attach AM Definition .<br \/>\nWindow Title &#8211; Login Details Web Page<br \/>\nTitle- Welcome!!<br \/>\n<a href=\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/Image-3.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-4969\" src=\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/Image-3.png\" alt=\"Image 3\" width=\"614\" height=\"377\" \/><\/a><\/p>\n<p><strong>Step:2<\/strong><br \/>\nCreate a region under PageLayoutRN&#8212;&gt;rightclick &#8212;&gt;New&#8212;&gt;Region<br \/>\nIn Property Inspector<br \/>\nRegion Style as messageComponentLayout<br \/>\nRows:2<br \/>\nColumns:2<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-4971\" src=\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/Image-5.png\" alt=\"Image 5\" width=\"619\" height=\"392\" \/><\/p>\n<p>After creating messageComponentLayout Region under PageLayoutRN\u00a0 create four items and Item style of all the four items is \u201d messageStyledText \u201c.<\/p>\n<p>ID : UserId<br \/>\nItem Style :messageStyledText<br \/>\nPrompt : User Id<br \/>\nCSS Class : OraDataText<br \/>\nID : UserName<br \/>\nItem Style :messageStyledText<br \/>\nPrompt : User Name<br \/>\nCSS Class : OraDataText<\/p>\n<p>ID : RepId<br \/>\nItem Style :messageStyledText<br \/>\nPrompt : Responsibility Id<br \/>\nCSS Class : OraDataText<\/p>\n<p>ID : RespName<br \/>\nItem Style :messageStyledText<br \/>\nPrompt : Responsibility Name<br \/>\nCSS Class : OraDataText<\/p>\n<p>Now the below structure shows the four items which we created .<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-4972\" src=\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/Image-5.png\" alt=\"Image 5\" width=\"455\" height=\"368\" \/><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-4972\" src=\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/Image-6.png\" alt=\"Image 6\" width=\"455\" height=\"368\" \/><\/p>\n<p><strong>Step:3<\/strong><br \/>\nCreate a\u00a0 Controller Rightclick PageLayoutRN&#8212;&gt;Set New Controller<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-4973\" src=\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/Image-7.png\" alt=\"Image 7\" width=\"449\" height=\"427\" \/><\/p>\n<p>Name its as LoginDetailaCO under package xxerpschools.oracle.apps.fnd.erps.webui.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-4974\" src=\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/Image-8.png\" alt=\"Image 8\" width=\"380\" height=\"147\" \/><\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>In Controller write the below code in processRequest.<br \/>\nimport\u00a0 the package<br \/>\nimport oracle.apps.fnd.framework.webui.beans.message.OAMessageStyledTextBean;<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-4975\" src=\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/Image-9.png\" alt=\"Image 9\" width=\"827\" height=\"324\" \/><\/p>\n<p>&nbsp;<\/p>\n<p>Now,we can also display the User information based on login.<br \/>\nAdd the below code in processRequest<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-4976\" src=\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/10.png\" alt=\"10\" width=\"830\" height=\"223\" \/><\/p>\n<p>Rebuild the controller and\u00a0 Run the page . The output of the page\u00a0 is as follows.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-4977\" src=\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/Image-79.png\" alt=\"Image 79\" width=\"1336\" height=\"330\" \/><\/p>\n","protected":false},"excerpt":{"rendered":"<p>In this tutorial we are going to learn how to display User id ,User name,Responsibility id,Responsibility name and also display User information based on login. Step1:\u00a0Create a page LoginDetailsPG under xxerpschools.oracle.fnd.erps.webui Give the Page name and package name as said earlier. Now the page will be created and the structure of the page is shown [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[111],"tags":[261,262,263],"class_list":["post-4966","post","type-post","status-publish","format-standard","hentry","category-oracle-application-framework-articles","tag-display-user-name-user-id-in-oaf","tag-user-id-and-responsibility-responsibilityidin-oaf","tag-user-information-based-on-login-in-oaf"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>oaf get current user id user name responsibility id responsibility name<\/title>\n<meta name=\"description\" content=\"In this tutorial we are going to learn how to display User id ,User name,Responsibility id,Responsibility name and also display User information based on login.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/erpschools.com\/erps\/oracle-application-framework-articles\/display-user-id-user-nameresponsibility-idresponsibility-name-and-also-display-user-information-based-on-login\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Ganesh\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/erpschools.com\/erps\/oracle-application-framework-articles\/display-user-id-user-nameresponsibility-idresponsibility-name-and-also-display-user-information-based-on-login#article\",\"isPartOf\":{\"@id\":\"https:\/\/erpschools.com\/erps\/oracle-application-framework-articles\/display-user-id-user-nameresponsibility-idresponsibility-name-and-also-display-user-information-based-on-login\"},\"author\":{\"name\":\"Ganesh\",\"@id\":\"https:\/\/erpschools.com\/erps\/#\/schema\/person\/14661fd5012531b326571be61b96f9f2\"},\"headline\":\"Display User id ,User name,Responsibility id,Responsibility name from current login information\",\"datePublished\":\"2014-06-30T09:26:52+00:00\",\"dateModified\":\"2014-07-03T20:00:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/erpschools.com\/erps\/oracle-application-framework-articles\/display-user-id-user-nameresponsibility-idresponsibility-name-and-also-display-user-information-based-on-login\"},\"wordCount\":281,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/erpschools.com\/erps\/#organization\"},\"image\":{\"@id\":\"https:\/\/erpschools.com\/erps\/oracle-application-framework-articles\/display-user-id-user-nameresponsibility-idresponsibility-name-and-also-display-user-information-based-on-login#primaryimage\"},\"thumbnailUrl\":\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/Image-11.png\",\"keywords\":[\"Display User Name User Id in OAF\",\"User Id and Responsibility Responsibilityidin OAF\",\"user information based on login in oaf\"],\"articleSection\":[\"OAF\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/erpschools.com\/erps\/oracle-application-framework-articles\/display-user-id-user-nameresponsibility-idresponsibility-name-and-also-display-user-information-based-on-login#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/erpschools.com\/erps\/oracle-application-framework-articles\/display-user-id-user-nameresponsibility-idresponsibility-name-and-also-display-user-information-based-on-login\",\"url\":\"https:\/\/erpschools.com\/erps\/oracle-application-framework-articles\/display-user-id-user-nameresponsibility-idresponsibility-name-and-also-display-user-information-based-on-login\",\"name\":\"oaf get current user id user name responsibility id responsibility name\",\"isPartOf\":{\"@id\":\"https:\/\/erpschools.com\/erps\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/erpschools.com\/erps\/oracle-application-framework-articles\/display-user-id-user-nameresponsibility-idresponsibility-name-and-also-display-user-information-based-on-login#primaryimage\"},\"image\":{\"@id\":\"https:\/\/erpschools.com\/erps\/oracle-application-framework-articles\/display-user-id-user-nameresponsibility-idresponsibility-name-and-also-display-user-information-based-on-login#primaryimage\"},\"thumbnailUrl\":\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/Image-11.png\",\"datePublished\":\"2014-06-30T09:26:52+00:00\",\"dateModified\":\"2014-07-03T20:00:00+00:00\",\"description\":\"In this tutorial we are going to learn how to display User id ,User name,Responsibility id,Responsibility name and also display User information based on login.\",\"breadcrumb\":{\"@id\":\"https:\/\/erpschools.com\/erps\/oracle-application-framework-articles\/display-user-id-user-nameresponsibility-idresponsibility-name-and-also-display-user-information-based-on-login#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/erpschools.com\/erps\/oracle-application-framework-articles\/display-user-id-user-nameresponsibility-idresponsibility-name-and-also-display-user-information-based-on-login\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/erpschools.com\/erps\/oracle-application-framework-articles\/display-user-id-user-nameresponsibility-idresponsibility-name-and-also-display-user-information-based-on-login#primaryimage\",\"url\":\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/Image-11.png\",\"contentUrl\":\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/Image-11.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/erpschools.com\/erps\/oracle-application-framework-articles\/display-user-id-user-nameresponsibility-idresponsibility-name-and-also-display-user-information-based-on-login#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/erpschools.com\/erps\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Display User id ,User name,Responsibility id,Responsibility name from current login information\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/erpschools.com\/erps\/#website\",\"url\":\"https:\/\/erpschools.com\/erps\/\",\"name\":\"erpSchools\",\"description\":\"Oracle Apps\",\"publisher\":{\"@id\":\"https:\/\/erpschools.com\/erps\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/erpschools.com\/erps\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/erpschools.com\/erps\/#organization\",\"name\":\"erpSchools\",\"url\":\"https:\/\/erpschools.com\/erps\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/erpschools.com\/erps\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/erps_logo7.png\",\"contentUrl\":\"https:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/erps_logo7.png\",\"width\":250,\"height\":60,\"caption\":\"erpSchools\"},\"image\":{\"@id\":\"https:\/\/erpschools.com\/erps\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"http:\/\/facebook.com\/erpschools\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/erpschools.com\/erps\/#\/schema\/person\/14661fd5012531b326571be61b96f9f2\",\"name\":\"Ganesh\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/erpschools.com\/erps\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/7d39bceb78ce873b40f466b4b9bb7fe766ad79c153a1d694d39263beb82bc70e?s=96&d=blank&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/7d39bceb78ce873b40f466b4b9bb7fe766ad79c153a1d694d39263beb82bc70e?s=96&d=blank&r=g\",\"caption\":\"Ganesh\"},\"url\":\"https:\/\/erpschools.com\/erps\/author\/ganesh\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"oaf get current user id user name responsibility id responsibility name","description":"In this tutorial we are going to learn how to display User id ,User name,Responsibility id,Responsibility name and also display User information based on login.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/erpschools.com\/erps\/oracle-application-framework-articles\/display-user-id-user-nameresponsibility-idresponsibility-name-and-also-display-user-information-based-on-login","twitter_misc":{"Written by":"Ganesh","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/erpschools.com\/erps\/oracle-application-framework-articles\/display-user-id-user-nameresponsibility-idresponsibility-name-and-also-display-user-information-based-on-login#article","isPartOf":{"@id":"https:\/\/erpschools.com\/erps\/oracle-application-framework-articles\/display-user-id-user-nameresponsibility-idresponsibility-name-and-also-display-user-information-based-on-login"},"author":{"name":"Ganesh","@id":"https:\/\/erpschools.com\/erps\/#\/schema\/person\/14661fd5012531b326571be61b96f9f2"},"headline":"Display User id ,User name,Responsibility id,Responsibility name from current login information","datePublished":"2014-06-30T09:26:52+00:00","dateModified":"2014-07-03T20:00:00+00:00","mainEntityOfPage":{"@id":"https:\/\/erpschools.com\/erps\/oracle-application-framework-articles\/display-user-id-user-nameresponsibility-idresponsibility-name-and-also-display-user-information-based-on-login"},"wordCount":281,"commentCount":0,"publisher":{"@id":"https:\/\/erpschools.com\/erps\/#organization"},"image":{"@id":"https:\/\/erpschools.com\/erps\/oracle-application-framework-articles\/display-user-id-user-nameresponsibility-idresponsibility-name-and-also-display-user-information-based-on-login#primaryimage"},"thumbnailUrl":"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/Image-11.png","keywords":["Display User Name User Id in OAF","User Id and Responsibility Responsibilityidin OAF","user information based on login in oaf"],"articleSection":["OAF"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/erpschools.com\/erps\/oracle-application-framework-articles\/display-user-id-user-nameresponsibility-idresponsibility-name-and-also-display-user-information-based-on-login#respond"]}]},{"@type":"WebPage","@id":"https:\/\/erpschools.com\/erps\/oracle-application-framework-articles\/display-user-id-user-nameresponsibility-idresponsibility-name-and-also-display-user-information-based-on-login","url":"https:\/\/erpschools.com\/erps\/oracle-application-framework-articles\/display-user-id-user-nameresponsibility-idresponsibility-name-and-also-display-user-information-based-on-login","name":"oaf get current user id user name responsibility id responsibility name","isPartOf":{"@id":"https:\/\/erpschools.com\/erps\/#website"},"primaryImageOfPage":{"@id":"https:\/\/erpschools.com\/erps\/oracle-application-framework-articles\/display-user-id-user-nameresponsibility-idresponsibility-name-and-also-display-user-information-based-on-login#primaryimage"},"image":{"@id":"https:\/\/erpschools.com\/erps\/oracle-application-framework-articles\/display-user-id-user-nameresponsibility-idresponsibility-name-and-also-display-user-information-based-on-login#primaryimage"},"thumbnailUrl":"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/Image-11.png","datePublished":"2014-06-30T09:26:52+00:00","dateModified":"2014-07-03T20:00:00+00:00","description":"In this tutorial we are going to learn how to display User id ,User name,Responsibility id,Responsibility name and also display User information based on login.","breadcrumb":{"@id":"https:\/\/erpschools.com\/erps\/oracle-application-framework-articles\/display-user-id-user-nameresponsibility-idresponsibility-name-and-also-display-user-information-based-on-login#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/erpschools.com\/erps\/oracle-application-framework-articles\/display-user-id-user-nameresponsibility-idresponsibility-name-and-also-display-user-information-based-on-login"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/erpschools.com\/erps\/oracle-application-framework-articles\/display-user-id-user-nameresponsibility-idresponsibility-name-and-also-display-user-information-based-on-login#primaryimage","url":"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/Image-11.png","contentUrl":"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/Image-11.png"},{"@type":"BreadcrumbList","@id":"https:\/\/erpschools.com\/erps\/oracle-application-framework-articles\/display-user-id-user-nameresponsibility-idresponsibility-name-and-also-display-user-information-based-on-login#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/erpschools.com\/erps"},{"@type":"ListItem","position":2,"name":"Display User id ,User name,Responsibility id,Responsibility name from current login information"}]},{"@type":"WebSite","@id":"https:\/\/erpschools.com\/erps\/#website","url":"https:\/\/erpschools.com\/erps\/","name":"erpSchools","description":"Oracle Apps","publisher":{"@id":"https:\/\/erpschools.com\/erps\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/erpschools.com\/erps\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/erpschools.com\/erps\/#organization","name":"erpSchools","url":"https:\/\/erpschools.com\/erps\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/erpschools.com\/erps\/#\/schema\/logo\/image\/","url":"https:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/erps_logo7.png","contentUrl":"https:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/erps_logo7.png","width":250,"height":60,"caption":"erpSchools"},"image":{"@id":"https:\/\/erpschools.com\/erps\/#\/schema\/logo\/image\/"},"sameAs":["http:\/\/facebook.com\/erpschools"]},{"@type":"Person","@id":"https:\/\/erpschools.com\/erps\/#\/schema\/person\/14661fd5012531b326571be61b96f9f2","name":"Ganesh","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/erpschools.com\/erps\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/7d39bceb78ce873b40f466b4b9bb7fe766ad79c153a1d694d39263beb82bc70e?s=96&d=blank&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/7d39bceb78ce873b40f466b4b9bb7fe766ad79c153a1d694d39263beb82bc70e?s=96&d=blank&r=g","caption":"Ganesh"},"url":"https:\/\/erpschools.com\/erps\/author\/ganesh"}]}},"_links":{"self":[{"href":"https:\/\/erpschools.com\/erps\/wp-json\/wp\/v2\/posts\/4966","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/erpschools.com\/erps\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/erpschools.com\/erps\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/erpschools.com\/erps\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/erpschools.com\/erps\/wp-json\/wp\/v2\/comments?post=4966"}],"version-history":[{"count":0,"href":"https:\/\/erpschools.com\/erps\/wp-json\/wp\/v2\/posts\/4966\/revisions"}],"wp:attachment":[{"href":"https:\/\/erpschools.com\/erps\/wp-json\/wp\/v2\/media?parent=4966"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/erpschools.com\/erps\/wp-json\/wp\/v2\/categories?post=4966"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/erpschools.com\/erps\/wp-json\/wp\/v2\/tags?post=4966"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}